#553F9C

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

Shades of Daisy Bush #553F9C

Tints of Daisy Bush #553F9C

Color information

#553F9C (or 0x553F9C) is unknown color: approx Daisy Bush. HEX triplet: 55, 3F and 9C. RGB value is (85,63,156). Sum of RGB (Red+Green+Blue) = 85+63+156=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #553F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553F9C is #AAC063. Grayscale: #4F4F4F. Windows color (decimal): -11190372 or 10239829. OLE color: 10239829.

HSL color Cylindrical-coordinate representation of color #553F9C: hue angle of 254.19º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #553F9C is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8563156-
CMYK0.460.6000.39
HSL254.19º42.47%42.94%-
HSV(B)254.19º59.62%61.18%-
XYZ11.527.8932.37-
YUV80.18170.79131.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 63 (25% from 255) = 20.72%
BLUE value IS 156 (61.33% from 255) = 51.32%
R=27.96%
G=20.72%
B=51.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85631560.460.6000.39254.1942.4742.94
Hex553F9C2E3C027fe2a2b
Octal1257723456740473765253
Binary101010111111110011100101110111100010011111111110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,63,156); }

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

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

 a { background-color: rgb(85,63,156); }

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

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

 span { border-color: rgb(85,63,156); }

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