#562E90

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

Shades of Daisy Bush #562E90

Tints of Daisy Bush #562E90

Color information

#562E90 (or 0x562E90) is unknown color: approx Daisy Bush. HEX triplet: 56, 2E and 90. RGB value is (86,46,144). Sum of RGB (Red+Green+Blue) = 86+46+144=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #562E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562E90 is #A9D16F. Grayscale: #444444. Windows color (decimal): -11129200 or 9449046. OLE color: 9449046.

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

Color convert

RGB8646144-
CMYK0.400.6800.44
HSL264.49º51.58%37.25%-
HSV(B)264.49º68.06%56.47%-
XYZ9.855.9527.01-
YUV69.13170.25140.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 46 (18.36% from 255) = 16.67%
BLUE value IS 144 (56.64% from 255) = 52.17%
R=31.16%
G=16.67%
B=52.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86461440.400.6800.44264.4951.5837.25
Hex562E90284402C1083425
Octal12656220501040544106445
Binary10101101011101001000010100010001000101100100001000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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