#56257C

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

Shades of Kingfisher Daisy #56257C

Tints of Kingfisher Daisy #56257C

Color information

#56257C (or 0x56257C) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 25 and 7C. RGB value is (86,37,124). Sum of RGB (Red+Green+Blue) = 86+37+124=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #56257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56257C is #A9DA83. Grayscale: #3D3D3D. Windows color (decimal): -11131524 or 8136022. OLE color: 8136022.

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

Color convert

RGB8637124-
CMYK0.310.7000.51
HSL273.79º54.04%31.57%-
HSV(B)273.79º70.16%48.63%-
XYZ8.144.7619.56-
YUV61.57163.23145.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=34.82%
G=14.98%
B=50.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86371240.310.7000.51273.7954.0431.57
Hex56257C1F460331123620
Octal12645174371060634226640
Binary101011010010111111001111110001100110011100010010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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