#55337F

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

Shades of Kingfisher Daisy #55337F

Tints of Kingfisher Daisy #55337F

Color information

#55337F (or 0x55337F) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 33 and 7F. RGB value is (85,51,127). Sum of RGB (Red+Green+Blue) = 85+51+127=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #55337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55337F is #AACC80. Grayscale: #454545. Windows color (decimal): -11193473 or 8336213. OLE color: 8336213.

HSL color Cylindrical-coordinate representation of color #55337F: hue angle of 266.84º 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 #55337F is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8551127-
CMYK0.330.6000.50
HSL266.84º42.7%34.9%-
HSV(B)266.84º59.84%49.8%-
XYZ8.765.8320.74-
YUV69.83160.26138.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 127 (50% from 255) = 48.29%
R=32.32%
G=19.39%
B=48.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85511270.330.6000.50266.8442.734.9
Hex55337F213C03210b2b23
Octal1256317741740624135343
Binary101010111001111111111000011111000110010100001011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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