#553D9B

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

Shades of Daisy Bush #553D9B

Tints of Daisy Bush #553D9B

Color information

#553D9B (or 0x553D9B) is unknown color: approx Daisy Bush. HEX triplet: 55, 3D and 9B. RGB value is (85,61,155). Sum of RGB (Red+Green+Blue) = 85+61+155=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #553D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553D9B is #AAC264. Grayscale: #4E4E4E. Windows color (decimal): -11190885 or 10173781. OLE color: 10173781.

HSL color Cylindrical-coordinate representation of color #553D9B: hue angle of 255.32º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #553D9B is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8561155-
CMYK0.450.6100.39
HSL255.32º43.52%42.35%-
HSV(B)255.32º60.65%60.78%-
XYZ11.337.6431.89-
YUV78.89170.95132.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 61 (24.22% from 255) = 20.27%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=28.24%
G=20.27%
B=51.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85611550.450.6100.39255.3243.5242.35
Hex553D9B2D3D027ff2c2a
Octal1257523355750473775452
Binary101010111110110011011101101111101010011111111111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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