Html Css Color HEX #513369 Blue Diamond

📋 copy color: '#513369'

red 81 ◦ green 51 ◦ blue 105

#513369
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #513369

Tints of Blue Diamond #513369

RGB

 RED value IS 81 (32.03% from 255) = 34.18%

 GREEN value IS 51 (20.31% from 255) = 21.52%

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 34.18%
G = 21.52%
B = 44.3%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#513369 (or 0x513369) is known color: Blue Diamond. HEX triplet: 51, 33 and 69. RGB value is (81,51,105). Sum of RGB (Red+Green+Blue) = 81+51+105=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #513369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513369 is #AECC96. Grayscale: #414141. Windows color (decimal): -11455639 or 6894417. OLE color: 6894417.

HSL color Cylindrical-coordinate representation of color #513369: hue angle of 273.33º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #513369 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 51 105 -
CMYK 0.23 0.51 0 0.59
HSL 273.33º 0.35% 0.31% -
HSV(B) 273.33º 0.51% 0.41% -
XYZ 7.13 5.14 13.98 -
YUV 66.13 149.94 138.61 -
System Red Green Blue C M Y K H S L
Decimal 81 51 105 0.23 0.51 0 0.59 273.33 0.35 0.31
Hex 51 33 69 17 33 0 3B 111 23 1F
Octal 121 63 151 27 63 0 73 421 43 37
Binary 1010001 110011 1101001 10111 110011 0 111011 100010001 100011 11111

Color Harmonies of #513369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513369

Black with #513369

Text Example


Text Example

White with #513369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513369; }

 p { color: rgb(81,51,105); }

 H1.HeaderClassName
 {
   color: #513369;
 }
 .AnyTagClassName
 {
   color: #513369;
 }
</style>

background-color css

<style>
 a { background-color: #513369; }

 a { background-color: rgb(81,51,105); }

 div.DivClassName
 {
   background-color: #513369;
 }
 .BgClassName
 {
   background-color: #513369;
 }
</style>

border-color css

<style>
 span { border-color: #513369; }

 span { border-color: rgb(81,51,105); }

 td.TdClassName
 {
   border-color: #513369;
 }
 .TagClassName
 {
   border-color: #513369;
 }
</style>