Html Css Color HEX #5F386B Honey Flower

📋 copy color: '#5F386B'

red 95 ◦ green 56 ◦ blue 107

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

Shades of Honey Flower #5F386B

Tints of Honey Flower #5F386B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.71%

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

R = 36.82%
G = 21.71%
B = 41.47%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5F386B (or 0x5F386B) is known color: Honey Flower. HEX triplet: 5F, 38 and 6B. RGB value is (95,56,107). Sum of RGB (Red+Green+Blue) = 95+56+107=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #5F386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F386B is #A0C794. Grayscale: #494949. Windows color (decimal): -10536853 or 7026783. OLE color: 7026783.

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

Color convert

RGB 95 56 107 -
CMYK 0.11 0.48 0 0.58
HSL 285.88º 0.31% 0.32% -
HSV(B) 285.88º 0.48% 0.42% -
XYZ 8.79 6.32 14.67 -
YUV 73.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 95 56 107 0.11 0.48 0 0.58 285.88 0.31 0.32
Hex 5F 38 6B B 30 0 3A 11E 1F 20
Octal 137 70 153 13 60 0 72 436 37 40
Binary 1011111 111000 1101011 1011 110000 0 111010 100011110 11111 100000

Color Harmonies of #5F386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F386B

Black with #5F386B

Text Example


Text Example

White with #5F386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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