#51337F

Color #51337F Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #51337F

Tints of Kingfisher Daisy #51337F

Color information

#51337F (or 0x51337F) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 33 and 7F. RGB value is (81,51,127). Sum of RGB (Red+Green+Blue) = 81+51+127=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #51337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51337F is #AECC80. Grayscale: #444444. Windows color (decimal): -11455617 or 8336209. OLE color: 8336209.

HSL color Cylindrical-coordinate representation of color #51337F: hue angle of 263.68º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51337F is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8151127-
CMYK0.360.6000.50
HSL263.68º42.7%34.9%-
HSV(B)263.68º59.84%49.8%-
XYZ8.415.6520.73-
YUV68.63160.94136.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 127 (50% from 255) = 49.03%
R=31.27%
G=19.69%
B=49.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81511270.360.6000.50263.6842.734.9
Hex51337F243C0321082b23
Octal1216317744740624105343
Binary101000111001111111111001001111000110010100001000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51337F; }

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

 H1.HeaderClassName
 {
   color: #51337F;
 }
 .AnyTagClassName
 {
   color: #51337F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #51337F;
 }
 .BgClassName
 {
   background-color: #51337F;
 }
</style>
border-color css

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

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

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