#5636AA

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

Shades of Daisy Bush #5636AA

Tints of Daisy Bush #5636AA

Color information

#5636AA (or 0x5636AA) is unknown color: approx Daisy Bush. HEX triplet: 56, 36 and AA. RGB value is (86,54,170). Sum of RGB (Red+Green+Blue) = 86+54+170=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #5636AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5636AA is #A9C955. Grayscale: #4C4C4C. Windows color (decimal): -11127126 or 11155030. OLE color: 11155030.

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

Color convert

RGB8654170-
CMYK0.490.6800.33
HSL256.55º51.79%43.92%-
HSV(B)256.55º68.24%66.67%-
XYZ12.417.5238.83-
YUV76.79180.6134.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 170 (66.80% from 255) = 54.84%
R=27.74%
G=17.42%
B=54.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86541700.490.6800.33256.5551.7943.92
Hex5636AA3144021101342c
Octal12666252611040414016454
Binary10101101101101010101011000110001000100001100000001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5636AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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