#561B8A

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

Shades of Kingfisher Daisy #561B8A

Tints of Kingfisher Daisy #561B8A

Color information

#561B8A (or 0x561B8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1B and 8A. RGB value is (86,27,138). Sum of RGB (Red+Green+Blue) = 86+27+138=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #561B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561B8A is #A9E475. Grayscale: #383838. Windows color (decimal): -11134070 or 9050966. OLE color: 9050966.

HSL color Cylindrical-coordinate representation of color #561B8A: hue angle of 271.89º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561B8A is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8627138-
CMYK0.380.8000.46
HSL271.89º67.27%32.35%-
HSV(B)271.89º80.43%54.12%-
XYZ8.824.624.47-
YUV57.29173.55148.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 27 (10.94% from 255) = 10.76%
BLUE value IS 138 (54.30% from 255) = 54.98%
R=34.26%
G=10.76%
B=54.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86271380.380.8000.46271.8967.2732.35
Hex561B8A265002E1104320
Octal126332124612005642010340
Binary10101101101110001010100110101000001011101000100001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,27,138); }

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

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

 a { background-color: rgb(86,27,138); }

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

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

 span { border-color: rgb(86,27,138); }

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