#562492

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

Shades of Kingfisher Daisy #562492

Tints of Kingfisher Daisy #562492

Color information

#562492 (or 0x562492) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 24 and 92. RGB value is (86,36,146). Sum of RGB (Red+Green+Blue) = 86+36+146=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #562492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562492 is #A9DB6D. Grayscale: #3F3F3F. Windows color (decimal): -11131758 or 9577558. OLE color: 9577558.

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

Color convert

RGB8636146-
CMYK0.410.7500.43
HSL267.27º60.44%35.69%-
HSV(B)267.27º75.34%57.25%-
XYZ9.665.3227.71-
YUV63.49174.56144.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 36 (14.45% from 255) = 13.43%
BLUE value IS 146 (57.42% from 255) = 54.48%
R=32.09%
G=13.43%
B=54.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86361460.410.7500.43267.2760.4435.69
Hex562492294B02B10b3c24
Octal12644222511130534137444
Binary10101101001001001001010100110010110101011100001011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562492; }

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

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

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

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

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

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

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

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