#57266A

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

Shades of Honey Flower #57266A

Tints of Honey Flower #57266A

Color information

#57266A (or 0x57266A) is unknown color: approx Honey Flower. HEX triplet: 57, 26 and 6A. RGB value is (87,38,106). Sum of RGB (Red+Green+Blue) = 87+38+106=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #57266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57266A is #A8D995. Grayscale: #3C3C3C. Windows color (decimal): -11065750 or 6956631. OLE color: 6956631.

HSL color Cylindrical-coordinate representation of color #57266A: hue angle of 283.24º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57266A is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8738106-
CMYK0.180.6400.58
HSL283.24º47.22%28.24%-
HSV(B)283.24º64.15%41.57%-
XYZ7.234.4514.11-
YUV60.4153.73146.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 106 (41.80% from 255) = 45.89%
R=37.66%
G=16.45%
B=45.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87381060.180.6400.58283.2447.2228.24
Hex57266A124003A11b2f1c
Octal12746152221000724335734
Binary10101111001101101010100101000000011101010001101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57266A; }

 p { color: rgb(87,38,106); }

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

<style>
 a { background-color: #57266A; }

 a { background-color: rgb(87,38,106); }

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

<style>
 span { border-color: #57266A; }

 span { border-color: rgb(87,38,106); }

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