#561E80

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

Shades of Kingfisher Daisy #561E80

Tints of Kingfisher Daisy #561E80

Color information

#561E80 (or 0x561E80) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1E and 80. RGB value is (86,30,128). Sum of RGB (Red+Green+Blue) = 86+30+128=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #561E80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561E80 is #A9E17F. Grayscale: #393939. Windows color (decimal): -11133312 or 8396374. OLE color: 8396374.

HSL color Cylindrical-coordinate representation of color #561E80: hue angle of 274.29º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561E80 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8630128-
CMYK0.330.7700.50
HSL274.29º62.03%30.98%-
HSV(B)274.29º76.56%50.2%-
XYZ8.24.4720.85-
YUV57.92167.55148.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 128 (50.39% from 255) = 52.46%
R=35.25%
G=12.30%
B=52.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86301280.330.7700.50274.2962.0330.98
Hex561E80214D0321123e1f
Octal12636200411150624227637
Binary101011011110100000001000011001101011001010001001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561E80; }

 p { color: rgb(86,30,128); }

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

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

 a { background-color: rgb(86,30,128); }

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

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

 span { border-color: rgb(86,30,128); }

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