Html Css Color HEX #5F496D Honey Flower

📋 copy color: '#5F496D'

red 95 ◦ green 73 ◦ blue 109

#5F496D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #5F496D

Tints of Honey Flower #5F496D

RGB

 RED value IS 95 (37.5% from 255) = 34.3%

 GREEN value IS 73 (28.91% from 255) = 26.35%

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 34.3%
G = 26.35%
B = 39.35%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5F496D (or 0x5F496D) is known color: Honey Flower. HEX triplet: 5F, 49 and 6D. RGB value is (95,73,109). Sum of RGB (Red+Green+Blue) = 95+73+109=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F496D is #A0B692. Grayscale: #535353. Windows color (decimal): -10532499 or 7162207. OLE color: 7162207.

HSL color Cylindrical-coordinate representation of color #5F496D: hue angle of 276.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F496D is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 95 73 109 -
CMYK 0.13 0.33 0 0.57
HSL 276.67º 0.2% 0.36% -
HSV(B) 276.67º 0.33% 0.43% -
XYZ 9.86 8.3 15.55 -
YUV 83.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 95 73 109 0.13 0.33 0 0.57 276.67 0.2 0.36
Hex 5F 49 6D D 21 0 39 115 14 24
Octal 137 111 155 15 41 0 71 425 24 44
Binary 1011111 1001001 1101101 1101 100001 0 111001 100010101 10100 100100

Color Harmonies of #5F496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F496D

Black with #5F496D

Text Example


Text Example

White with #5F496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,73,109); }

 H1.HeaderClassName
 {
   color: #5F496D;
 }
 .AnyTagClassName
 {
   color: #5F496D;
 }
</style>

background-color css

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

 a { background-color: rgb(95,73,109); }

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

border-color css

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

 span { border-color: rgb(95,73,109); }

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