#553288

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

Shades of Kingfisher Daisy #553288

Tints of Kingfisher Daisy #553288

Color information

#553288 (or 0x553288) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 32 and 88. RGB value is (85,50,136). Sum of RGB (Red+Green+Blue) = 85+50+136=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #553288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553288 is #AACD77. Grayscale: #454545. Windows color (decimal): -11193720 or 8925781. OLE color: 8925781.

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

Color convert

RGB8550136-
CMYK0.380.6300.47
HSL264.42º46.24%36.47%-
HSV(B)264.42º63.24%53.33%-
XYZ9.335.9923.96-
YUV70.27165.1138.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 136 (53.52% from 255) = 50.18%
R=31.37%
G=18.45%
B=50.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85501360.380.6300.47264.4246.2436.47
Hex553288263F02F1082e24
Octal1256221046770574105644
Binary1010101110010100010001001101111110101111100001000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553288; }

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

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

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

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

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

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

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

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