#553BAD

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

Shades of Daisy Bush #553BAD

Tints of Daisy Bush #553BAD

Color information

#553BAD (or 0x553BAD) is unknown color: approx Daisy Bush. HEX triplet: 55, 3B and AD. RGB value is (85,59,173). Sum of RGB (Red+Green+Blue) = 85+59+173=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #553BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553BAD is #AAC452. Grayscale: #4F4F4F. Windows color (decimal): -11191379 or 11352917. OLE color: 11352917.

HSL color Cylindrical-coordinate representation of color #553BAD: hue angle of 253.68º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553BAD is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8559173-
CMYK0.510.6600.32
HSL253.68º49.14%45.49%-
HSV(B)253.68º65.9%67.84%-
XYZ12.858.0840.42-
YUV79.77180.61131.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=26.81%
G=18.61%
B=54.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85591730.510.6600.32253.6849.1445.49
Hex553BAD3342020fe312d
Octal12573255631020403766155
Binary1010101111011101011011100111000010010000011111110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,59,173); }

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

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

 a { background-color: rgb(85,59,173); }

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

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

 span { border-color: rgb(85,59,173); }

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