#561E83

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

Shades of Kingfisher Daisy #561E83

Tints of Kingfisher Daisy #561E83

Color information

#561E83 (or 0x561E83) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1E and 83. RGB value is (86,30,131). Sum of RGB (Red+Green+Blue) = 86+30+131=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #561E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561E83 is #A9E17C. Grayscale: #393939. Windows color (decimal): -11133309 or 8592982. OLE color: 8592982.

HSL color Cylindrical-coordinate representation of color #561E83: hue angle of 273.27º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561E83 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8630131-
CMYK0.340.7700.49
HSL273.27º62.73%31.57%-
HSV(B)273.27º77.1%51.37%-
XYZ8.44.5521.91-
YUV58.26169.05147.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 30 (12.11% from 255) = 12.15%
BLUE value IS 131 (51.56% from 255) = 53.04%
R=34.82%
G=12.15%
B=53.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86301310.340.7700.49273.2762.7331.57
Hex561E83224D0311113f20
Octal12636203421150614217740
Binary1010110111101000001110001010011010110001100010001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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