#5636A7

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

Shades of Daisy Bush #5636A7

Tints of Daisy Bush #5636A7

Color information

#5636A7 (or 0x5636A7) is unknown color: approx Daisy Bush. HEX triplet: 56, 36 and A7. RGB value is (86,54,167). Sum of RGB (Red+Green+Blue) = 86+54+167=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 167 (65.62% from 255 or 54.40% from 307); Max value from RGB is 167 - color contains mainly: blue. Hex color #5636A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5636A7 is #A9C958. Grayscale: #4C4C4C. Windows color (decimal): -11127129 or 10958422. OLE color: 10958422.

HSL color Cylindrical-coordinate representation of color #5636A7: hue angle of 256.99º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5636A7 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8654167-
CMYK0.490.6800.35
HSL256.99º51.13%43.33%-
HSV(B)256.99º67.66%65.49%-
XYZ12.137.4137.35-
YUV76.45179.1134.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 167 (65.62% from 255) = 54.40%
R=28.01%
G=17.59%
B=54.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86541670.490.6800.35256.9951.1343.33
Hex5636A73144023101332b
Octal12666247611040434016353
Binary10101101101101010011111000110001000100011100000001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5636A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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