#553F95

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

Shades of Daisy Bush #553F95

Tints of Daisy Bush #553F95

Color information

#553F95 (or 0x553F95) is unknown color: approx Daisy Bush. HEX triplet: 55, 3F and 95. RGB value is (85,63,149). Sum of RGB (Red+Green+Blue) = 85+63+149=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #553F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553F95 is #AAC06A. Grayscale: #4F4F4F. Windows color (decimal): -11190379 or 9781077. OLE color: 9781077.

HSL color Cylindrical-coordinate representation of color #553F95: hue angle of 255.35º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553F95 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8563149-
CMYK0.430.5800.42
HSL255.35º40.57%41.57%-
HSV(B)255.35º57.72%58.43%-
XYZ10.957.6629.33-
YUV79.38167.29132.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 63 (25% from 255) = 21.21%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=28.62%
G=21.21%
B=50.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85631490.430.5800.42255.3540.5741.57
Hex553F952B3A02Aff292a
Octal1257722553720523775152
Binary101010111111110010101101011111010010101011111111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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