#553588

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

Shades of Kingfisher Daisy #553588

Tints of Kingfisher Daisy #553588

Color information

#553588 (or 0x553588) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 35 and 88. RGB value is (85,53,136). Sum of RGB (Red+Green+Blue) = 85+53+136=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #553588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553588 is #AACA77. Grayscale: #474747. Windows color (decimal): -11192952 or 8926549. OLE color: 8926549.

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

Color convert

RGB8553136-
CMYK0.380.6100.47
HSL263.13º43.92%37.06%-
HSV(B)263.13º61.03%53.33%-
XYZ9.466.2624-
YUV72.03164.1137.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 136 (53.52% from 255) = 49.64%
R=31.02%
G=19.34%
B=49.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85531360.380.6100.47263.1343.9237.06
Hex553588263D02F1072c25
Octal1256521046750574075445
Binary1010101110101100010001001101111010101111100000111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553588; }

 p { color: rgb(85,53,136); }

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

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

 a { background-color: rgb(85,53,136); }

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

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

 span { border-color: rgb(85,53,136); }

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