#553893

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

Shades of Daisy Bush #553893

Tints of Daisy Bush #553893

Color information

#553893 (or 0x553893) is unknown color: approx Daisy Bush. HEX triplet: 55, 38 and 93. RGB value is (85,56,147). Sum of RGB (Red+Green+Blue) = 85+56+147=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #553893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553893 is #AAC76C. Grayscale: #4A4A4A. Windows color (decimal): -11192173 or 9648213. OLE color: 9648213.

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

Color convert

RGB8556147-
CMYK0.420.6200.42
HSL259.12º44.83%39.8%-
HSV(B)259.12º61.9%57.65%-
XYZ10.436.8728.38-
YUV75.04168.61135.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 56 (22.27% from 255) = 19.44%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=29.51%
G=19.44%
B=51.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85561470.420.6200.42259.1244.8339.8
Hex5538932A3E02A1032d28
Octal1257022352760524035550
Binary1010101111000100100111010101111100101010100000011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553893; }

 p { color: rgb(85,56,147); }

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

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

 a { background-color: rgb(85,56,147); }

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

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

 span { border-color: rgb(85,56,147); }

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