#57356e

Color #57356E Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #57356E

Tints of Honey Flower #57356E

Color information

#57356E (or 0x57356E) is unknown color: approx Honey Flower. HEX triplet: 57, 35 and 6E. RGB value is (87,53,110). Sum of RGB (Red+Green+Blue) = 87+53+110=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #57356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57356E is #A8CA91. Grayscale: #454545. Windows color (decimal): -11061906 or 7222615. OLE color: 7222615.

HSL color Cylindrical-coordinate representation of color #57356E: hue angle of 275.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57356E is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8753110-
CMYK0.210.5200.57
HSL275.79º34.97%31.96%-
HSV(B)275.79º51.82%43.14%-
XYZ8.025.715.43-
YUV69.66150.76140.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.8%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 110 (43.36% from 255) = 44%
R=34.8%
G=21.2%
B=44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87531100.210.5200.57275.7934.9731.96
Hex57356E15340391142320
Octal1276515625640714244340
Binary10101111101011101110101011101000111001100010100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57356e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57356e; }

 p { color: rgb(87,53,110); }

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

<style>
 a { background-color: #57356e; }

 a { background-color: rgb(87,53,110); }

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

<style>
 span { border-color: #57356e; }

 span { border-color: rgb(87,53,110); }

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