#5F4D6A

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

Shades of Honey Flower #5F4D6A

Tints of Honey Flower #5F4D6A

Color information

#5F4D6A (or 0x5F4D6A) is unknown color: approx Honey Flower. HEX triplet: 5F, 4D and 6A. RGB value is (95,77,106). Sum of RGB (Red+Green+Blue) = 95+77+106=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F4D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4D6A is #A0B295. Grayscale: #555555. Windows color (decimal): -10531478 or 6966623. OLE color: 6966623.

HSL color Cylindrical-coordinate representation of color #5F4D6A: hue angle of 277.24º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F4D6A is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9577106-
CMYK0.100.2700.58
HSL277.24º15.85%35.88%-
HSV(B)277.24º27.36%41.57%-
XYZ9.978.7814.8-
YUV85.69139.46134.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.17%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=34.17%
G=27.70%
B=38.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95771060.100.2700.58277.2415.8535.88
Hex5F4D6AA1B03A1151024
Octal13711515212330724252044
Binary101111110011011101010101011011011101010001010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F4D6A; }

 p { color: rgb(95,77,106); }

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

<style>
 a { background-color: #5F4D6A; }

 a { background-color: rgb(95,77,106); }

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

<style>
 span { border-color: #5F4D6A; }

 span { border-color: rgb(95,77,106); }

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