#561F83

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

Shades of Kingfisher Daisy #561F83

Tints of Kingfisher Daisy #561F83

Color information

#561F83 (or 0x561F83) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1F and 83. RGB value is (86,31,131). Sum of RGB (Red+Green+Blue) = 86+31+131=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #561F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561F83 is #A9E07C. Grayscale: #3A3A3A. Windows color (decimal): -11133053 or 8593238. OLE color: 8593238.

HSL color Cylindrical-coordinate representation of color #561F83: hue angle of 273º degrees, saturation: 0.62, 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 #561F83 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8631131-
CMYK0.340.7600.49
HSL273º61.73%31.76%-
HSV(B)273º76.34%51.37%-
XYZ8.424.621.92-
YUV58.84168.72147.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 31 (12.5% from 255) = 12.5%
BLUE value IS 131 (51.56% from 255) = 52.82%
R=34.68%
G=12.5%
B=52.82%

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
Decimal86311310.340.7600.4927361.7331.76
Hex561F83224C0311113e20
Octal12637203421140614217640
Binary1010110111111000001110001010011000110001100010001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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