#553076

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

Shades of Kingfisher Daisy #553076

Tints of Kingfisher Daisy #553076

Color information

#553076 (or 0x553076) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 30 and 76. RGB value is (85,48,118). Sum of RGB (Red+Green+Blue) = 85+48+118=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #553076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553076 is #AACF89. Grayscale: #424242. Windows color (decimal): -11194250 or 7745621. OLE color: 7745621.

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

Color convert

RGB8548118-
CMYK0.280.5900.54
HSL271.71º42.17%32.55%-
HSV(B)271.71º59.32%46.27%-
XYZ8.075.3517.75-
YUV67.04156.76140.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=33.86%
G=19.12%
B=47.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85481180.280.5900.54271.7142.1732.55
Hex5530761C3B0361102a21
Octal1256016634730664205241
Binary10101011100001110110111001110110110110100010000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553076; }

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

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

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

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

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

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

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

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