#553D85

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

Shades of Daisy Bush #553D85

Tints of Daisy Bush #553D85

Color information

#553D85 (or 0x553D85) is unknown color: approx Daisy Bush. HEX triplet: 55, 3D and 85. RGB value is (85,61,133). Sum of RGB (Red+Green+Blue) = 85+61+133=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #553D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553D85 is #AAC27A. Grayscale: #4C4C4C. Windows color (decimal): -11190907 or 8731989. OLE color: 8731989.

HSL color Cylindrical-coordinate representation of color #553D85: hue angle of 260º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #553D85 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8561133-
CMYK0.360.5400.48
HSL260º37.11%38.04%-
HSV(B)260º54.14%52.16%-
XYZ9.656.9623.03-
YUV76.38159.95134.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 61 (24.22% from 255) = 21.86%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=30.47%
G=21.86%
B=47.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85611330.360.5400.4826037.1138.04
Hex553D8524360301042526
Octal1257520544660604044546
Binary1010101111101100001011001001101100110000100000100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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