#553D93

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

Shades of Daisy Bush #553D93

Tints of Daisy Bush #553D93

Color information

#553D93 (or 0x553D93) is unknown color: approx Daisy Bush. HEX triplet: 55, 3D and 93. RGB value is (85,61,147). Sum of RGB (Red+Green+Blue) = 85+61+147=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #553D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553D93 is #AAC26C. Grayscale: #4D4D4D. Windows color (decimal): -11190893 or 9649493. OLE color: 9649493.

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

Color convert

RGB8561147-
CMYK0.420.5900.42
HSL256.74º41.35%40.78%-
HSV(B)256.74º58.5%57.65%-
XYZ10.687.3828.46-
YUV77.98166.95133.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 147 (57.81% from 255) = 50.17%
R=29.01%
G=20.82%
B=50.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85611470.420.5900.42256.7441.3540.78
Hex553D932A3B02A1012929
Octal1257522352730524015151
Binary1010101111101100100111010101110110101010100000001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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