#553C73

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

Shades of Kingfisher Daisy #553C73

Tints of Kingfisher Daisy #553C73

Color information

#553C73 (or 0x553C73) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 3C and 73. RGB value is (85,60,115). Sum of RGB (Red+Green+Blue) = 85+60+115=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #553C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553C73 is #AAC38C. Grayscale: #494949. Windows color (decimal): -11191181 or 7552085. OLE color: 7552085.

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

Color convert

RGB8560115-
CMYK0.260.4800.55
HSL267.27º31.43%34.31%-
HSV(B)267.27º47.83%45.1%-
XYZ8.466.417.01-
YUV73.74151.28136.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 60 (23.83% from 255) = 23.08%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=32.69%
G=23.08%
B=44.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85601150.260.4800.55267.2731.4334.31
Hex553C731A3003710b1f22
Octal1257416332600674133742
Binary1010101111100111001111010110000011011110000101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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