#562394

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

Shades of Kingfisher Daisy #562394

Tints of Kingfisher Daisy #562394

Color information

#562394 (or 0x562394) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 23 and 94. RGB value is (86,35,148). Sum of RGB (Red+Green+Blue) = 86+35+148=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #562394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562394 is #A9DC6B. Grayscale: #3E3E3E. Windows color (decimal): -11132012 or 9708374. OLE color: 9708374.

HSL color Cylindrical-coordinate representation of color #562394: hue angle of 267.08º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562394 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8635148-
CMYK0.420.7600.42
HSL267.08º61.75%35.88%-
HSV(B)267.08º76.35%58.04%-
XYZ9.785.3228.53-
YUV63.13175.9144.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 35 (14.06% from 255) = 13.01%
BLUE value IS 148 (58.20% from 255) = 55.02%
R=31.97%
G=13.01%
B=55.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86351480.420.7600.42267.0861.7535.88
Hex5623942A4C02A10b3e24
Octal12643224521140524137644
Binary10101101000111001010010101010011000101010100001011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562394; }

 p { color: rgb(86,35,148); }

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

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

 a { background-color: rgb(86,35,148); }

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

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

 span { border-color: rgb(86,35,148); }

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