#553477

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

Shades of Kingfisher Daisy #553477

Tints of Kingfisher Daisy #553477

Color information

#553477 (or 0x553477) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 34 and 77. RGB value is (85,52,119). Sum of RGB (Red+Green+Blue) = 85+52+119=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #553477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553477 is #AACB88. Grayscale: #454545. Windows color (decimal): -11193225 or 7812181. OLE color: 7812181.

HSL color Cylindrical-coordinate representation of color #553477: hue angle of 269.55º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #553477 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8552119-
CMYK0.290.5600.53
HSL269.55º39.18%33.53%-
HSV(B)269.55º56.3%46.67%-
XYZ8.35.7218.12-
YUV69.5155.93139.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=33.20%
G=20.31%
B=46.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85521190.290.5600.53269.5539.1833.53
Hex5534771D3803510e2722
Octal1256416735700654164742
Binary10101011101001110111111011110000110101100001110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553477; }

 p { color: rgb(85,52,119); }

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

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

 a { background-color: rgb(85,52,119); }

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

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

 span { border-color: rgb(85,52,119); }

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