#562D90

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

Shades of Daisy Bush #562D90

Tints of Daisy Bush #562D90

Color information

#562D90 (or 0x562D90) is unknown color: approx Daisy Bush. HEX triplet: 56, 2D and 90. RGB value is (86,45,144). Sum of RGB (Red+Green+Blue) = 86+45+144=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #562D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562D90 is #A9D26F. Grayscale: #444444. Windows color (decimal): -11129456 or 9448790. OLE color: 9448790.

HSL color Cylindrical-coordinate representation of color #562D90: hue angle of 264.85º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #562D90 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8645144-
CMYK0.400.6900.44
HSL264.85º52.38%37.06%-
HSV(B)264.85º68.75%56.47%-
XYZ9.815.8727-
YUV68.54170.58140.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 45 (17.97% from 255) = 16.36%
BLUE value IS 144 (56.64% from 255) = 52.36%
R=31.27%
G=16.36%
B=52.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86451440.400.6900.44264.8552.3837.06
Hex562D90284502C1093425
Octal12655220501050544116445
Binary10101101011011001000010100010001010101100100001001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562D90; }

 p { color: rgb(86,45,144); }

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

<style>
 a { background-color: #562D90; }

 a { background-color: rgb(86,45,144); }

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

<style>
 span { border-color: #562D90; }

 span { border-color: rgb(86,45,144); }

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