#562992

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

Shades of Kingfisher Daisy #562992

Tints of Kingfisher Daisy #562992

Color information

#562992 (or 0x562992) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 29 and 92. RGB value is (86,41,146). Sum of RGB (Red+Green+Blue) = 86+41+146=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #562992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562992 is #A9D66D. Grayscale: #424242. Windows color (decimal): -11130478 or 9578838. OLE color: 9578838.

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

Color convert

RGB8641146-
CMYK0.410.7200.43
HSL265.71º56.15%36.67%-
HSV(B)265.71º71.92%57.25%-
XYZ9.825.6427.77-
YUV66.42172.91141.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 41 (16.41% from 255) = 15.02%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=31.50%
G=15.02%
B=53.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86411460.410.7200.43265.7156.1536.67
Hex562992294802B10a3825
Octal12651222511100534127045
Binary10101101010011001001010100110010000101011100001010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562992; }

 p { color: rgb(86,41,146); }

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

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

 a { background-color: rgb(86,41,146); }

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

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

 span { border-color: rgb(86,41,146); }

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