#5636AB

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

Shades of Daisy Bush #5636AB

Tints of Daisy Bush #5636AB

Color information

#5636AB (or 0x5636AB) is unknown color: approx Daisy Bush. HEX triplet: 56, 36 and AB. RGB value is (86,54,171). Sum of RGB (Red+Green+Blue) = 86+54+171=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #5636AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5636AB is #A9C954. Grayscale: #4C4C4C. Windows color (decimal): -11127125 or 11220566. OLE color: 11220566.

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

Color convert

RGB8654171-
CMYK0.500.6800.33
HSL256.41º52%44.12%-
HSV(B)256.41º68.42%67.06%-
XYZ12.517.5639.33-
YUV76.91181.1134.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=27.65%
G=17.36%
B=54.98%

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
Decimal86541710.500.6800.33256.415244.12
Hex5636AB3244021100342c
Octal12666253621040414006454
Binary10101101101101010101111001010001000100001100000000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5636AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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