#562297

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

Shades of Kingfisher Daisy #562297

Tints of Kingfisher Daisy #562297

Color information

#562297 (or 0x562297) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 22 and 97. RGB value is (86,34,151). Sum of RGB (Red+Green+Blue) = 86+34+151=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #562297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562297 is #A9DD68. Grayscale: #3E3E3E. Windows color (decimal): -11132265 or 9904726. OLE color: 9904726.

HSL color Cylindrical-coordinate representation of color #562297: hue angle of 266.67º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562297 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8634151-
CMYK0.430.7700.41
HSL266.67º63.24%36.27%-
HSV(B)266.67º77.48%59.22%-
XYZ105.3629.79-
YUV62.89177.73144.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 151 (59.38% from 255) = 55.72%
R=31.73%
G=12.55%
B=55.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86341510.430.7700.41266.6763.2436.27
Hex5622972B4D02910b3f24
Octal12642227531150514137744
Binary10101101000101001011110101110011010101001100001011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562297; }

 p { color: rgb(86,34,151); }

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

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

 a { background-color: rgb(86,34,151); }

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

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

 span { border-color: rgb(86,34,151); }

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