#561F89

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

Shades of Kingfisher Daisy #561F89

Tints of Kingfisher Daisy #561F89

Color information

#561F89 (or 0x561F89) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1F and 89. RGB value is (86,31,137). Sum of RGB (Red+Green+Blue) = 86+31+137=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #561F89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561F89 is #A9E076. Grayscale: #3B3B3B. Windows color (decimal): -11133047 or 8986454. OLE color: 8986454.

HSL color Cylindrical-coordinate representation of color #561F89: hue angle of 271.13º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561F89 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8631137-
CMYK0.370.7700.46
HSL271.13º63.1%32.94%-
HSV(B)271.13º77.37%53.73%-
XYZ8.844.7624.12-
YUV59.53171.72146.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.86%
GREEN value IS 31 (12.5% from 255) = 12.20%
BLUE value IS 137 (53.91% from 255) = 53.94%
R=33.86%
G=12.20%
B=53.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86311370.370.7700.46271.1363.132.94
Hex561F89254D02E10f3f21
Octal12637211451150564177741
Binary1010110111111000100110010110011010101110100001111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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