#553BAB

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

Shades of Daisy Bush #553BAB

Tints of Daisy Bush #553BAB

Color information

#553BAB (or 0x553BAB) is unknown color: approx Daisy Bush. HEX triplet: 55, 3B and AB. RGB value is (85,59,171). Sum of RGB (Red+Green+Blue) = 85+59+171=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #553BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553BAB is #AAC454. Grayscale: #4F4F4F. Windows color (decimal): -11191381 or 11221845. OLE color: 11221845.

HSL color Cylindrical-coordinate representation of color #553BAB: hue angle of 253.93º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #553BAB is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8559171-
CMYK0.500.6500.33
HSL253.93º48.7%45.1%-
HSV(B)253.93º65.5%67.06%-
XYZ12.66839.4-
YUV79.54179.61131.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 59 (23.44% from 255) = 18.73%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=26.98%
G=18.73%
B=54.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85591710.500.6500.33253.9348.745.1
Hex553BAB3241021fe312d
Octal12573253621010413766155
Binary1010101111011101010111100101000001010000111111110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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