#5536A9

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

Shades of Daisy Bush #5536A9

Tints of Daisy Bush #5536A9

Color information

#5536A9 (or 0x5536A9) is unknown color: approx Daisy Bush. HEX triplet: 55, 36 and A9. RGB value is (85,54,169). Sum of RGB (Red+Green+Blue) = 85+54+169=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 169 (66.41% from 255 or 54.87% from 308); Max value from RGB is 169 - color contains mainly: blue. Hex color #5536A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5536A9 is #AAC956. Grayscale: #4B4B4B. Windows color (decimal): -11192663 or 11089493. OLE color: 11089493.

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

Color convert

RGB8554169-
CMYK0.500.6800.34
HSL256.17º51.57%43.73%-
HSV(B)256.17º68.05%66.27%-
XYZ12.237.4338.33-
YUV76.38180.27134.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 169 (66.41% from 255) = 54.87%
R=27.60%
G=17.53%
B=54.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85541690.500.6800.34256.1751.5743.73
Hex5536A93244022100342c
Octal12566251621040424006454
Binary10101011101101010100111001010001000100010100000000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5536A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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