#56218C

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

Shades of Kingfisher Daisy #56218C

Tints of Kingfisher Daisy #56218C

Color information

#56218C (or 0x56218C) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 21 and 8C. RGB value is (86,33,140). Sum of RGB (Red+Green+Blue) = 86+33+140=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #56218C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56218C is #A9DE73. Grayscale: #3C3C3C. Windows color (decimal): -11132532 or 9183574. OLE color: 9183574.

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

Color convert

RGB8633140-
CMYK0.390.7600.45
HSL269.72º61.85%33.92%-
HSV(B)269.72º76.43%54.9%-
XYZ9.124.9625.29-
YUV61.04172.56145.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.20%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 140 (55.08% from 255) = 54.05%
R=33.20%
G=12.74%
B=54.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86331400.390.7600.45269.7261.8533.92
Hex56218C274C02D10e3e22
Octal12641214471140554167642
Binary10101101000011000110010011110011000101101100001110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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