#561F94

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

Shades of Kingfisher Daisy #561F94

Tints of Kingfisher Daisy #561F94

Color information

#561F94 (or 0x561F94) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1F and 94. RGB value is (86,31,148). Sum of RGB (Red+Green+Blue) = 86+31+148=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #561F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561F94 is #A9E06B. Grayscale: #3C3C3C. Windows color (decimal): -11133036 or 9707350. OLE color: 9707350.

HSL color Cylindrical-coordinate representation of color #561F94: hue angle of 268.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561F94 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8631148-
CMYK0.420.7900.42
HSL268.21º65.36%35.1%-
HSV(B)268.21º79.05%58.04%-
XYZ9.675.128.49-
YUV60.78177.22145.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 31 (12.5% from 255) = 11.70%
BLUE value IS 148 (58.20% from 255) = 55.85%
R=32.45%
G=11.70%
B=55.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86311480.420.7900.42268.2165.3635.1
Hex561F942A4F02A10c4123
Octal126372245211705241410143
Binary10101101111110010100101010100111101010101000011001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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