#56277C

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

Shades of Kingfisher Daisy #56277C

Tints of Kingfisher Daisy #56277C

Color information

#56277C (or 0x56277C) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 27 and 7C. RGB value is (86,39,124). Sum of RGB (Red+Green+Blue) = 86+39+124=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #56277C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56277C is #A9D883. Grayscale: #3E3E3E. Windows color (decimal): -11131012 or 8136534. OLE color: 8136534.

HSL color Cylindrical-coordinate representation of color #56277C: hue angle of 273.18º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56277C is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8639124-
CMYK0.310.6900.51
HSL273.18º52.15%31.96%-
HSV(B)273.18º68.55%48.63%-
XYZ8.24.8819.58-
YUV62.74162.57144.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=34.54%
G=15.66%
B=49.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86391240.310.6900.51273.1852.1531.96
Hex56277C1F450331113420
Octal12647174371050634216440
Binary101011010011111111001111110001010110011100010001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,39,124); }

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

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

 a { background-color: rgb(86,39,124); }

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

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

 span { border-color: rgb(86,39,124); }

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