#561A9C

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

Shades of Kingfisher Daisy #561A9C

Tints of Kingfisher Daisy #561A9C

Color information

#561A9C (or 0x561A9C) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1A and 9C. RGB value is (86,26,156). Sum of RGB (Red+Green+Blue) = 86+26+156=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #561A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561A9C is #A9E563. Grayscale: #3A3A3A. Windows color (decimal): -11134308 or 10230358. OLE color: 10230358.

HSL color Cylindrical-coordinate representation of color #561A9C: hue angle of 267.69º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561A9C is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8626156-
CMYK0.450.8300.39
HSL267.69º71.43%35.69%-
HSV(B)267.69º83.33%61.18%-
XYZ10.215.1231.9-
YUV58.76182.88147.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 26 (10.55% from 255) = 9.70%
BLUE value IS 156 (61.33% from 255) = 58.21%
R=32.09%
G=9.70%
B=58.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86261560.450.8300.39267.6971.4335.69
Hex561A9C2D5302710c4724
Octal126322345512304741410744
Binary10101101101010011100101101101001101001111000011001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,26,156); }

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

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

 a { background-color: rgb(86,26,156); }

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

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

 span { border-color: rgb(86,26,156); }

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