#562984

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

Shades of Kingfisher Daisy #562984

Tints of Kingfisher Daisy #562984

Color information

#562984 (or 0x562984) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 29 and 84. RGB value is (86,41,132). Sum of RGB (Red+Green+Blue) = 86+41+132=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #562984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562984 is #A9D67B. Grayscale: #404040. Windows color (decimal): -11130492 or 8661334. OLE color: 8661334.

HSL color Cylindrical-coordinate representation of color #562984: hue angle of 269.67º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #562984 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8641132-
CMYK0.350.6900.48
HSL269.67º52.6%33.92%-
HSV(B)269.67º68.94%51.76%-
XYZ8.85.2322.38-
YUV64.83165.91143.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.20%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=33.20%
G=15.83%
B=50.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86411320.350.6900.48269.6752.633.92
Hex562984234503010e3522
Octal12651204431050604166542
Binary10101101010011000010010001110001010110000100001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562984; }

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

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

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

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

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

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

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

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