#561F82

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

Shades of Kingfisher Daisy #561F82

Tints of Kingfisher Daisy #561F82

Color information

#561F82 (or 0x561F82) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1F and 82. RGB value is (86,31,130). Sum of RGB (Red+Green+Blue) = 86+31+130=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #561F82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561F82 is #A9E07D. Grayscale: #3A3A3A. Windows color (decimal): -11133054 or 8527702. OLE color: 8527702.

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

Color convert

RGB8631130-
CMYK0.340.7600.49
HSL273.33º61.49%31.57%-
HSV(B)273.33º76.15%50.98%-
XYZ8.364.5721.56-
YUV58.73168.22147.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 31 (12.5% from 255) = 12.55%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=34.82%
G=12.55%
B=52.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86311300.340.7600.49273.3361.4931.57
Hex561F82224C0311113d20
Octal12637202421140614217540
Binary1010110111111000001010001010011000110001100010001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,31,130); }

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

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

 a { background-color: rgb(86,31,130); }

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

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

 span { border-color: rgb(86,31,130); }

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