Html Css Color HEX #5F376B Honey Flower

📋 copy color: '#5F376B'

red 95 ◦ green 55 ◦ blue 107

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

Shades of Honey Flower #5F376B

Tints of Honey Flower #5F376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.4%

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 36.96%
G = 21.4%
B = 41.63%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5F376B (or 0x5F376B) is known color: Honey Flower. HEX triplet: 5F, 37 and 6B. RGB value is (95,55,107). Sum of RGB (Red+Green+Blue) = 95+55+107=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #5F376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F376B is #A0C894. Grayscale: #484848. Windows color (decimal): -10537109 or 7026527. OLE color: 7026527.

HSL color Cylindrical-coordinate representation of color #5F376B: hue angle of 286.15º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F376B is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 95 55 107 -
CMYK 0.11 0.49 0 0.58
HSL 286.15º 0.32% 0.32% -
HSV(B) 286.15º 0.49% 0.42% -
XYZ 8.74 6.23 14.65 -
YUV 72.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 95 55 107 0.11 0.49 0 0.58 286.15 0.32 0.32
Hex 5F 37 6B B 31 0 3A 11E 20 20
Octal 137 67 153 13 61 0 72 436 40 40
Binary 1011111 110111 1101011 1011 110001 0 111010 100011110 100000 100000

Color Harmonies of #5F376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F376B

Black with #5F376B

Text Example


Text Example

White with #5F376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,55,107); }

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

background-color css

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

 a { background-color: rgb(95,55,107); }

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

border-color css

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

 span { border-color: rgb(95,55,107); }

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