#57226E

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

Shades of Honey Flower #57226E

Tints of Honey Flower #57226E

Color information

#57226E (or 0x57226E) is unknown color: approx Honey Flower. HEX triplet: 57, 22 and 6E. RGB value is (87,34,110). Sum of RGB (Red+Green+Blue) = 87+34+110=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #57226E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57226E is #A8DD91. Grayscale: #3A3A3A. Windows color (decimal): -11066770 or 7217751. OLE color: 7217751.

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

Color convert

RGB8734110-
CMYK0.210.6900.57
HSL281.84º52.78%28.24%-
HSV(B)281.84º69.09%43.14%-
XYZ7.324.315.2-
YUV58.51157.06148.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 34 (13.67% from 255) = 14.72%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=37.66%
G=14.72%
B=47.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87341100.210.6900.57281.8452.7828.24
Hex57226E154503911a351c
Octal12742156251050714326534
Binary10101111000101101110101011000101011100110001101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57226E; }

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

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

<style>
 a { background-color: #57226E; }

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

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

<style>
 span { border-color: #57226E; }

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

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