Html Css Color HEX #5F486F Honey Flower

📋 copy color: '#5F486F'

red 95 ◦ green 72 ◦ blue 111

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

Shades of Honey Flower #5F486F

Tints of Honey Flower #5F486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.9%

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 34.17%
G = 25.9%
B = 39.93%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5F486F (or 0x5F486F) is known color: Honey Flower. HEX triplet: 5F, 48 and 6F. RGB value is (95,72,111). Sum of RGB (Red+Green+Blue) = 95+72+111=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F486F is #A0B790. Grayscale: #535353. Windows color (decimal): -10532753 or 7293023. OLE color: 7293023.

HSL color Cylindrical-coordinate representation of color #5F486F: hue angle of 275.38º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F486F is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 72 111 -
CMYK 0.14 0.35 0 0.56
HSL 275.38º 0.21% 0.36% -
HSV(B) 275.38º 0.35% 0.44% -
XYZ 9.91 8.22 16.1 -
YUV 83.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 95 72 111 0.14 0.35 0 0.56 275.38 0.21 0.36
Hex 5F 48 6F E 23 0 38 113 15 24
Octal 137 110 157 16 43 0 70 423 25 44
Binary 1011111 1001000 1101111 1110 100011 0 111000 100010011 10101 100100

Color Harmonies of #5F486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F486F

Black with #5F486F

Text Example


Text Example

White with #5F486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,72,111); }

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

background-color css

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

 a { background-color: rgb(95,72,111); }

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

border-color css

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

 span { border-color: rgb(95,72,111); }

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