#562878

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

Shades of Kingfisher Daisy #562878

Tints of Kingfisher Daisy #562878

Color information

#562878 (or 0x562878) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 28 and 78. RGB value is (86,40,120). Sum of RGB (Red+Green+Blue) = 86+40+120=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #562878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562878 is #A9D787. Grayscale: #3E3E3E. Windows color (decimal): -11130760 or 7874646. OLE color: 7874646.

HSL color Cylindrical-coordinate representation of color #562878: hue angle of 274.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #562878 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8640120-
CMYK0.280.6700.53
HSL274.5º50%31.37%-
HSV(B)274.5º66.67%47.06%-
XYZ7.994.8518.28-
YUV62.87160.24144.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=34.96%
G=16.26%
B=48.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86401200.280.6700.53274.55031.37
Hex5628781C43035112321f
Octal12650170341030654226237
Binary10101101010001111000111001000011011010110001001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562878; }

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

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

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

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

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

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

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

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