#5536AB

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

Shades of Daisy Bush #5536AB

Tints of Daisy Bush #5536AB

Color information

#5536AB (or 0x5536AB) is unknown color: approx Daisy Bush. HEX triplet: 55, 36 and AB. RGB value is (85,54,171). Sum of RGB (Red+Green+Blue) = 85+54+171=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #5536AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5536AB is #AAC954. Grayscale: #4C4C4C. Windows color (decimal): -11192661 or 11220565. OLE color: 11220565.

HSL color Cylindrical-coordinate representation of color #5536AB: hue angle of 255.9º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5536AB is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8554171-
CMYK0.500.6800.33
HSL255.9º52%44.12%-
HSV(B)255.9º68.42%67.06%-
XYZ12.427.5139.32-
YUV76.61181.27133.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=27.42%
G=17.42%
B=55.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85541710.500.6800.33255.95244.12
Hex5536AB3244021100342c
Octal12566253621040414006454
Binary10101011101101010101111001010001000100001100000000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5536AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5536AB; }

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

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

<style>
 a { background-color: #5536AB; }

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

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

<style>
 span { border-color: #5536AB; }

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

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