#553F9A

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

Shades of Daisy Bush #553F9A

Tints of Daisy Bush #553F9A

Color information

#553F9A (or 0x553F9A) is unknown color: approx Daisy Bush. HEX triplet: 55, 3F and 9A. RGB value is (85,63,154). Sum of RGB (Red+Green+Blue) = 85+63+154=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #553F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553F9A is #AAC065. Grayscale: #4F4F4F. Windows color (decimal): -11190374 or 10108757. OLE color: 10108757.

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

Color convert

RGB8563154-
CMYK0.450.5900.40
HSL254.51º41.94%42.55%-
HSV(B)254.51º59.09%60.39%-
XYZ11.367.8231.48-
YUV79.95169.79131.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 63 (25% from 255) = 20.86%
BLUE value IS 154 (60.55% from 255) = 50.99%
R=28.15%
G=20.86%
B=50.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85631540.450.5900.40254.5141.9442.55
Hex553F9A2D3B028ff2a2b
Octal1257723255730503775253
Binary101010111111110011010101101111011010100011111111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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