#5636A9

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

Shades of Daisy Bush #5636A9

Tints of Daisy Bush #5636A9

Color information

#5636A9 (or 0x5636A9) is unknown color: approx Daisy Bush. HEX triplet: 56, 36 and A9. RGB value is (86,54,169). Sum of RGB (Red+Green+Blue) = 86+54+169=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #5636A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5636A9 is #A9C956. Grayscale: #4C4C4C. Windows color (decimal): -11127127 or 11089494. OLE color: 11089494.

HSL color Cylindrical-coordinate representation of color #5636A9: hue angle of 256.7º 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 #5636A9 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8654169-
CMYK0.490.6800.34
HSL256.7º51.57%43.73%-
HSV(B)256.7º68.05%66.27%-
XYZ12.327.4838.33-
YUV76.68180.1134.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 169 (66.41% from 255) = 54.69%
R=27.83%
G=17.48%
B=54.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal86541690.490.6800.34256.751.5743.73
Hex5636A93144022101342c
Octal12666251611040424016454
Binary10101101101101010100111000110001000100010100000001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5636A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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