Html Css Color HEX #513269 Blue Diamond

📋 copy color: '#513269'

red 81 ◦ green 50 ◦ blue 105

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

Shades of Blue Diamond #513269

Tints of Blue Diamond #513269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

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

R = 34.32%
G = 21.19%
B = 44.49%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#513269 (or 0x513269) is known color: Blue Diamond. HEX triplet: 51, 32 and 69. RGB value is (81,50,105). Sum of RGB (Red+Green+Blue) = 81+50+105=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #513269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513269 is #AECD96. Grayscale: #414141. Windows color (decimal): -11455895 or 6894161. OLE color: 6894161.

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

Color convert

RGB 81 50 105 -
CMYK 0.23 0.52 0 0.59
HSL 273.82º 0.35% 0.3% -
HSV(B) 273.82º 0.52% 0.41% -
XYZ 7.08 5.05 13.97 -
YUV 65.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 81 50 105 0.23 0.52 0 0.59 273.82 0.35 0.3
Hex 51 32 69 17 34 0 3B 112 23 1E
Octal 121 62 151 27 64 0 73 422 43 36
Binary 1010001 110010 1101001 10111 110100 0 111011 100010010 100011 11110

Color Harmonies of #513269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513269

Black with #513269

Text Example


Text Example

White with #513269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513269; }

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

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

background-color css

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

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

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

border-color css

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

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

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