Html Css Color HEX #5F456D Honey Flower

📋 copy color: '#5F456D'

red 95 ◦ green 69 ◦ blue 109

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

Shades of Honey Flower #5F456D

Tints of Honey Flower #5F456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

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

R = 34.8%
G = 25.27%
B = 39.93%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5F456D (or 0x5F456D) is known color: Honey Flower. HEX triplet: 5F, 45 and 6D. RGB value is (95,69,109). Sum of RGB (Red+Green+Blue) = 95+69+109=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F456D is #A0BA92. Grayscale: #515151. Windows color (decimal): -10533523 or 7161183. OLE color: 7161183.

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

Color convert

RGB 95 69 109 -
CMYK 0.13 0.37 0 0.57
HSL 279º 0.22% 0.35% -
HSV(B) 279º 0.37% 0.43% -
XYZ 9.61 7.79 15.47 -
YUV 81.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 95 69 109 0.13 0.37 0 0.57 279 0.22 0.35
Hex 5F 45 6D D 25 0 39 117 16 23
Octal 137 105 155 15 45 0 71 427 26 43
Binary 1011111 1000101 1101101 1101 100101 0 111001 100010111 10110 100011

Color Harmonies of #5F456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F456D

Black with #5F456D

Text Example


Text Example

White with #5F456D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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