#553386

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

Shades of Kingfisher Daisy #553386

Tints of Kingfisher Daisy #553386

Color information

#553386 (or 0x553386) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 33 and 86. RGB value is (85,51,134). Sum of RGB (Red+Green+Blue) = 85+51+134=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #553386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553386 is #AACC79. Grayscale: #464646. Windows color (decimal): -11193466 or 8794965. OLE color: 8794965.

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

Color convert

RGB8551134-
CMYK0.370.6200.47
HSL264.58º44.86%36.27%-
HSV(B)264.58º61.94%52.55%-
XYZ9.236.0223.23-
YUV70.63163.76138.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 134 (52.73% from 255) = 49.63%
R=31.48%
G=18.89%
B=49.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85511340.370.6200.47264.5844.8636.27
Hex553386253E02F1092d24
Octal1256320645760574115544
Binary1010101110011100001101001011111100101111100001001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553386; }

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

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

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

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

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

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

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

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