Html Css Color HEX #5F396F Honey Flower

📋 copy color: '#5F396F'

red 95 ◦ green 57 ◦ blue 111

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

Shades of Honey Flower #5F396F

Tints of Honey Flower #5F396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.67%

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

R = 36.12%
G = 21.67%
B = 42.21%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5F396F (or 0x5F396F) is known color: Honey Flower. HEX triplet: 5F, 39 and 6F. RGB value is (95,57,111). Sum of RGB (Red+Green+Blue) = 95+57+111=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F396F is #A0C690. Grayscale: #4A4A4A. Windows color (decimal): -10536593 or 7289183. OLE color: 7289183.

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

Color convert

RGB 95 57 111 -
CMYK 0.14 0.49 0 0.56
HSL 282.22º 0.32% 0.33% -
HSV(B) 282.22º 0.49% 0.44% -
XYZ 9.05 6.51 15.82 -
YUV 74.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 95 57 111 0.14 0.49 0 0.56 282.22 0.32 0.33
Hex 5F 39 6F E 31 0 38 11A 20 21
Octal 137 71 157 16 61 0 70 432 40 41
Binary 1011111 111001 1101111 1110 110001 0 111000 100011010 100000 100001

Color Harmonies of #5F396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F396F

Black with #5F396F

Text Example


Text Example

White with #5F396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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