#56218E

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

Shades of Kingfisher Daisy #56218E

Tints of Kingfisher Daisy #56218E

Color information

#56218E (or 0x56218E) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 21 and 8E. RGB value is (86,33,142). Sum of RGB (Red+Green+Blue) = 86+33+142=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #56218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56218E is #A9DE71. Grayscale: #3C3C3C. Windows color (decimal): -11132530 or 9314646. OLE color: 9314646.

HSL color Cylindrical-coordinate representation of color #56218E: hue angle of 269.17º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56218E is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8633142-
CMYK0.390.7700.44
HSL269.17º62.29%34.31%-
HSV(B)269.17º76.76%55.69%-
XYZ9.265.0226.07-
YUV61.27173.56145.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=32.95%
G=12.64%
B=54.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86331420.390.7700.44269.1762.2934.31
Hex56218E274D02C10d3e22
Octal12641216471150544157642
Binary10101101000011000111010011110011010101100100001101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56218E; }

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

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

<style>
 a { background-color: #56218E; }

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

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

<style>
 span { border-color: #56218E; }

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

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