#553488

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

Shades of Kingfisher Daisy #553488

Tints of Kingfisher Daisy #553488

Color information

#553488 (or 0x553488) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 34 and 88. RGB value is (85,52,136). Sum of RGB (Red+Green+Blue) = 85+52+136=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #553488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553488 is #AACB77. Grayscale: #474747. Windows color (decimal): -11193208 or 8926293. OLE color: 8926293.

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

Color convert

RGB8552136-
CMYK0.380.6200.47
HSL263.57º44.68%36.86%-
HSV(B)263.57º61.76%53.33%-
XYZ9.426.1623.99-
YUV71.44164.43137.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=31.14%
G=19.05%
B=49.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85521360.380.6200.47263.5744.6836.86
Hex553488263E02F1082d25
Octal1256421046760574105545
Binary1010101110100100010001001101111100101111100001000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553488; }

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

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

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

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

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

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

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

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