#561C84

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

Shades of Kingfisher Daisy #561C84

Tints of Kingfisher Daisy #561C84

Color information

#561C84 (or 0x561C84) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1C and 84. RGB value is (86,28,132). Sum of RGB (Red+Green+Blue) = 86+28+132=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #561C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561C84 is #A9E37B. Grayscale: #383838. Windows color (decimal): -11133820 or 8658006. OLE color: 8658006.

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

Color convert

RGB8628132-
CMYK0.350.7900.48
HSL273.46º65%31.37%-
HSV(B)273.46º78.79%51.76%-
XYZ8.424.4722.25-
YUV57.2170.22148.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 28 (11.33% from 255) = 11.38%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=34.96%
G=11.38%
B=53.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86281320.350.7900.48273.466531.37
Hex561C84234F030111411f
Octal126342044311706042110137
Binary1010110111001000010010001110011110110000100010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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