#553CAB

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

Shades of Daisy Bush #553CAB

Tints of Daisy Bush #553CAB

Color information

#553CAB (or 0x553CAB) is unknown color: approx Daisy Bush. HEX triplet: 55, 3C and AB. RGB value is (85,60,171). Sum of RGB (Red+Green+Blue) = 85+60+171=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #553CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553CAB is #AAC354. Grayscale: #4F4F4F. Windows color (decimal): -11191125 or 11222101. OLE color: 11222101.

HSL color Cylindrical-coordinate representation of color #553CAB: hue angle of 253.51º degrees, saturation: 0.48, 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 #553CAB is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8560171-
CMYK0.500.6500.33
HSL253.51º48.05%45.29%-
HSV(B)253.51º64.91%67.06%-
XYZ12.718.139.42-
YUV80.13179.28131.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 60 (23.83% from 255) = 18.99%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=26.90%
G=18.99%
B=54.11%

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
Decimal85601710.500.6500.33253.5148.0545.29
Hex553CAB3241021fe302d
Octal12574253621010413766055
Binary1010101111100101010111100101000001010000111111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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