#56257f

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

Shades of Kingfisher Daisy #56257F

Tints of Kingfisher Daisy #56257F

Color information

#56257F (or 0x56257F) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 25 and 7F. RGB value is (86,37,127). Sum of RGB (Red+Green+Blue) = 86+37+127=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #56257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56257F is #A9DA80. Grayscale: #3D3D3D. Windows color (decimal): -11131521 or 8332630. OLE color: 8332630.

HSL color Cylindrical-coordinate representation of color #56257F: hue angle of 272.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56257F is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8637127-
CMYK0.320.7100.50
HSL272.67º54.88%32.16%-
HSV(B)272.67º70.87%49.8%-
XYZ8.334.8320.57-
YUV61.91164.73145.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 127 (50% from 255) = 50.8%
R=34.4%
G=14.8%
B=50.8%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86371270.320.7100.50272.6754.8832.16
Hex56257F20470321113720
Octal12645177401070624216740
Binary1010110100101111111110000010001110110010100010001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56257f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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