#5642a5

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

Shades of Daisy Bush #5642A5

Tints of Daisy Bush #5642A5

Color information

#5642A5 (or 0x5642A5) is unknown color: approx Daisy Bush. HEX triplet: 56, 42 and A5. RGB value is (86,66,165). Sum of RGB (Red+Green+Blue) = 86+66+165=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #5642A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5642A5 is #A9BD5A. Grayscale: #525252. Windows color (decimal): -11124059 or 10830422. OLE color: 10830422.

HSL color Cylindrical-coordinate representation of color #5642A5: hue angle of 252.12º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5642A5 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8666165-
CMYK0.480.6000.35
HSL252.12º42.86%45.29%-
HSV(B)252.12º60%64.71%-
XYZ12.588.5936.59-
YUV83.27174.13129.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 165 (64.84% from 255) = 52.05%
R=27.13%
G=20.82%
B=52.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86661650.480.6000.35252.1242.8645.29
Hex5642A5303C023fc2b2d
Octal12610224560740433745355
Binary1010110100001010100101110000111100010001111111100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5642a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5642a5; }

 p { color: rgb(86,66,165); }

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

<style>
 a { background-color: #5642a5; }

 a { background-color: rgb(86,66,165); }

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

<style>
 span { border-color: #5642a5; }

 span { border-color: rgb(86,66,165); }

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