#561B8E

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

Shades of Kingfisher Daisy #561B8E

Tints of Kingfisher Daisy #561B8E

Color information

#561B8E (or 0x561B8E) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1B and 8E. RGB value is (86,27,142). Sum of RGB (Red+Green+Blue) = 86+27+142=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #561B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561B8E is #A9E471. Grayscale: #393939. Windows color (decimal): -11134066 or 9313110. OLE color: 9313110.

HSL color Cylindrical-coordinate representation of color #561B8E: hue angle of 270.78º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561B8E is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8627142-
CMYK0.390.8100.44
HSL270.78º68.05%33.14%-
HSV(B)270.78º80.99%55.69%-
XYZ9.114.7226.02-
YUV57.75175.55148.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.73%
GREEN value IS 27 (10.94% from 255) = 10.59%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=33.73%
G=10.59%
B=55.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86271420.390.8100.44270.7868.0533.14
Hex561B8E275102C10f4421
Octal126332164712105441710441
Binary10101101101110001110100111101000101011001000011111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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