#57266B

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

Shades of Honey Flower #57266B

Tints of Honey Flower #57266B

Color information

#57266B (or 0x57266B) is unknown color: approx Honey Flower. HEX triplet: 57, 26 and 6B. RGB value is (87,38,107). Sum of RGB (Red+Green+Blue) = 87+38+107=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #57266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57266B is #A8D994. Grayscale: #3C3C3C. Windows color (decimal): -11065749 or 7022167. OLE color: 7022167.

HSL color Cylindrical-coordinate representation of color #57266B: hue angle of 282.61º degrees, saturation: 0.48, 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 #57266B is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8738107-
CMYK0.190.6400.58
HSL282.61º47.59%28.43%-
HSV(B)282.61º64.49%41.96%-
XYZ7.284.4714.39-
YUV60.52154.23146.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=37.5%
G=16.38%
B=46.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87381070.190.6400.58282.6147.5928.43
Hex57266B134003A11b301c
Octal12746153231000724336034
Binary10101111001101101011100111000000011101010001101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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