#553777

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

Shades of Kingfisher Daisy #553777

Tints of Kingfisher Daisy #553777

Color information

#553777 (or 0x553777) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 37 and 77. RGB value is (85,55,119). Sum of RGB (Red+Green+Blue) = 85+55+119=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #553777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553777 is #AAC888. Grayscale: #474747. Windows color (decimal): -11192457 or 7812949. OLE color: 7812949.

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

Color convert

RGB8555119-
CMYK0.290.5400.53
HSL268.12º36.78%34.12%-
HSV(B)268.12º53.78%46.67%-
XYZ8.44618.17-
YUV71.27154.94137.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=32.82%
G=21.24%
B=45.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85551190.290.5400.53268.1236.7834.12
Hex5537771D3603510c2522
Octal1256716735660654144542
Binary10101011101111110111111011101100110101100001100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553777; }

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

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

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

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

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

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

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

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