#562A90

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

Shades of Kingfisher Daisy #562A90

Tints of Kingfisher Daisy #562A90

Color information

#562A90 (or 0x562A90) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 2A and 90. RGB value is (86,42,144). Sum of RGB (Red+Green+Blue) = 86+42+144=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #562A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562A90 is #A9D56F. Grayscale: #424242. Windows color (decimal): -11130224 or 9448022. OLE color: 9448022.

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

Color convert

RGB8642144-
CMYK0.400.7100.44
HSL265.88º54.84%36.47%-
HSV(B)265.88º70.83%56.47%-
XYZ9.75.6526.96-
YUV66.78171.58141.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 42 (16.80% from 255) = 15.44%
BLUE value IS 144 (56.64% from 255) = 52.94%
R=31.62%
G=15.44%
B=52.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86421440.400.7100.44265.8854.8436.47
Hex562A90284702C10a3724
Octal12652220501070544126744
Binary10101101010101001000010100010001110101100100001010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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