#553E73

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

Shades of Kingfisher Daisy #553E73

Tints of Kingfisher Daisy #553E73

Color information

#553E73 (or 0x553E73) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 3E and 73. RGB value is (85,62,115). Sum of RGB (Red+Green+Blue) = 85+62+115=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #553E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553E73 is #AAC18C. Grayscale: #4A4A4A. Windows color (decimal): -11190669 or 7552597. OLE color: 7552597.

HSL color Cylindrical-coordinate representation of color #553E73: hue angle of 266.04º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #553E73 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8562115-
CMYK0.260.4600.55
HSL266.04º29.94%34.71%-
HSV(B)266.04º46.09%45.1%-
XYZ8.566.6117.05-
YUV74.92150.62135.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=32.44%
G=23.66%
B=43.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85621150.260.4600.55266.0429.9434.71
Hex553E731A2E03710a1e23
Octal1257616332560674123643
Binary1010101111110111001111010101110011011110000101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E73; }

 p { color: rgb(85,62,115); }

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

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

 a { background-color: rgb(85,62,115); }

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

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

 span { border-color: rgb(85,62,115); }

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