#561A9B

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

Shades of Kingfisher Daisy #561A9B

Tints of Kingfisher Daisy #561A9B

Color information

#561A9B (or 0x561A9B) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1A and 9B. RGB value is (86,26,155). Sum of RGB (Red+Green+Blue) = 86+26+155=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #561A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561A9B is #A9E564. Grayscale: #3A3A3A. Windows color (decimal): -11134309 or 10164822. OLE color: 10164822.

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

Color convert

RGB8626155-
CMYK0.450.8300.39
HSL267.91º71.27%35.49%-
HSV(B)267.91º83.23%60.78%-
XYZ10.125.0831.46-
YUV58.65182.38147.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 26 (10.55% from 255) = 9.74%
BLUE value IS 155 (60.94% from 255) = 58.05%
R=32.21%
G=9.74%
B=58.05%

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
Decimal86261550.450.8300.39267.9171.2735.49
Hex561A9B2D5302710c4723
Octal126322335512304741410743
Binary10101101101010011011101101101001101001111000011001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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