#553376

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

Shades of Kingfisher Daisy #553376

Tints of Kingfisher Daisy #553376

Color information

#553376 (or 0x553376) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 33 and 76. RGB value is (85,51,118). Sum of RGB (Red+Green+Blue) = 85+51+118=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #553376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553376 is #AACC89. Grayscale: #444444. Windows color (decimal): -11193482 or 7746389. OLE color: 7746389.

HSL color Cylindrical-coordinate representation of color #553376: hue angle of 270.45º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #553376 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8551118-
CMYK0.280.5700.54
HSL270.45º39.64%33.14%-
HSV(B)270.45º56.78%46.27%-
XYZ8.25.6117.79-
YUV68.8155.76139.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=33.46%
G=20.08%
B=46.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85511180.280.5700.54270.4539.6433.14
Hex5533761C3903610e2821
Octal1256316634710664165041
Binary10101011100111110110111001110010110110100001110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553376; }

 p { color: rgb(85,51,118); }

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

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

 a { background-color: rgb(85,51,118); }

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

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

 span { border-color: rgb(85,51,118); }

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