Html Css Color HEX #5F4071 Honey Flower

📋 copy color: '#5F4071'

red 95 ◦ green 64 ◦ blue 113

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

Shades of Honey Flower #5F4071

Tints of Honey Flower #5F4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 34.93%
G = 23.53%
B = 41.54%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5F4071 (or 0x5F4071) is known color: Honey Flower. HEX triplet: 5F, 40 and 71. RGB value is (95,64,113). Sum of RGB (Red+Green+Blue) = 95+64+113=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4071 is #A0BF8E. Grayscale: #4E4E4E. Windows color (decimal): -10534799 or 7422047. OLE color: 7422047.

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

Color convert

RGB 95 64 113 -
CMYK 0.16 0.43 0 0.56
HSL 277.96º 0.28% 0.35% -
HSV(B) 277.96º 0.43% 0.44% -
XYZ 9.53 7.29 16.53 -
YUV 78.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 95 64 113 0.16 0.43 0 0.56 277.96 0.28 0.35
Hex 5F 40 71 10 2B 0 38 116 1C 23
Octal 137 100 161 20 53 0 70 426 34 43
Binary 1011111 1000000 1110001 10000 101011 0 111000 100010110 11100 100011

Color Harmonies of #5F4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4071

Black with #5F4071

Text Example


Text Example

White with #5F4071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,64,113); }

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

background-color css

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

 a { background-color: rgb(95,64,113); }

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

border-color css

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

 span { border-color: rgb(95,64,113); }

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