#57306E

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

Shades of Honey Flower #57306E

Tints of Honey Flower #57306E

Color information

#57306E (or 0x57306E) is unknown color: approx Honey Flower. HEX triplet: 57, 30 and 6E. RGB value is (87,48,110). Sum of RGB (Red+Green+Blue) = 87+48+110=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #57306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57306E is #A8CF91. Grayscale: #424242. Windows color (decimal): -11063186 or 7221335. OLE color: 7221335.

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

Color convert

RGB8748110-
CMYK0.210.5600.57
HSL277.74º39.24%30.98%-
HSV(B)277.74º56.36%43.14%-
XYZ7.85.2715.36-
YUV66.73152.42142.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.51%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=35.51%
G=19.59%
B=44.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87481100.210.5600.57277.7439.2430.98
Hex57306E1538039116271f
Octal1276015625700714264737
Binary1010111110000110111010101111000011100110001011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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