#562893

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

Shades of Kingfisher Daisy #562893

Tints of Kingfisher Daisy #562893

Color information

#562893 (or 0x562893) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 28 and 93. RGB value is (86,40,147). Sum of RGB (Red+Green+Blue) = 86+40+147=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #562893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562893 is #A9D76C. Grayscale: #414141. Windows color (decimal): -11130733 or 9644118. OLE color: 9644118.

HSL color Cylindrical-coordinate representation of color #562893: hue angle of 265.79º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #562893 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8640147-
CMYK0.410.7300.42
HSL265.79º57.22%36.67%-
HSV(B)265.79º72.79%57.65%-
XYZ9.865.628.17-
YUV65.95173.74142.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 147 (57.81% from 255) = 53.85%
R=31.50%
G=14.65%
B=53.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86401470.410.7300.42265.7957.2236.67
Hex562893294902A10a3925
Octal12650223511110524127145
Binary10101101010001001001110100110010010101010100001010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562893; }

 p { color: rgb(86,40,147); }

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

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

 a { background-color: rgb(86,40,147); }

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

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

 span { border-color: rgb(86,40,147); }

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