#562D84

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

Shades of Kingfisher Daisy #562D84

Tints of Kingfisher Daisy #562D84

Color information

#562D84 (or 0x562D84) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 2D and 84. RGB value is (86,45,132). Sum of RGB (Red+Green+Blue) = 86+45+132=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #562D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562D84 is #A9D27B. Grayscale: #424242. Windows color (decimal): -11129468 or 8662358. OLE color: 8662358.

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

Color convert

RGB8645132-
CMYK0.350.6600.48
HSL268.28º49.15%34.71%-
HSV(B)268.28º65.91%51.76%-
XYZ8.945.5222.42-
YUV67.18164.58141.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.70%
GREEN value IS 45 (17.97% from 255) = 17.11%
BLUE value IS 132 (51.95% from 255) = 50.19%
R=32.70%
G=17.11%
B=50.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86451320.350.6600.48268.2849.1534.71
Hex562D84234203010c3123
Octal12655204431020604146143
Binary10101101011011000010010001110000100110000100001100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562D84; }

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

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

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

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

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

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

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

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