#561B87

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

Shades of Kingfisher Daisy #561B87

Tints of Kingfisher Daisy #561B87

Color information

#561B87 (or 0x561B87) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1B and 87. RGB value is (86,27,135). Sum of RGB (Red+Green+Blue) = 86+27+135=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #561B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561B87 is #A9E478. Grayscale: #383838. Windows color (decimal): -11134073 or 8854358. OLE color: 8854358.

HSL color Cylindrical-coordinate representation of color #561B87: hue angle of 272.78º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561B87 is Cyan = 0.36, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8627135-
CMYK0.360.800.47
HSL272.78º66.67%31.76%-
HSV(B)272.78º80%52.94%-
XYZ8.64.5123.34-
YUV56.95172.05148.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 27 (10.94% from 255) = 10.89%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=34.68%
G=10.89%
B=54.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86271350.360.800.47272.7866.6731.76
Hex561B87245002F1114320
Octal126332074412005742110340
Binary10101101101110000111100100101000001011111000100011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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