#561C92

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

Shades of Kingfisher Daisy #561C92

Tints of Kingfisher Daisy #561C92

Color information

#561C92 (or 0x561C92) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1C and 92. RGB value is (86,28,146). Sum of RGB (Red+Green+Blue) = 86+28+146=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #561C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561C92 is #A9E36D. Grayscale: #3A3A3A. Windows color (decimal): -11133806 or 9575510. OLE color: 9575510.

HSL color Cylindrical-coordinate representation of color #561C92: hue angle of 269.49º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561C92 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8628146-
CMYK0.410.8100.43
HSL269.49º67.82%34.12%-
HSV(B)269.49º80.82%57.25%-
XYZ9.444.8827.64-
YUV58.79177.22147.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 28 (11.33% from 255) = 10.77%
BLUE value IS 146 (57.42% from 255) = 56.15%
R=33.08%
G=10.77%
B=56.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86281460.410.8100.43269.4967.8234.12
Hex561C92295102B10d4422
Octal126342225112105341510442
Binary10101101110010010010101001101000101010111000011011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,28,146); }

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

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

 a { background-color: rgb(86,28,146); }

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

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

 span { border-color: rgb(86,28,146); }

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