Html Css Color HEX #5F736E William

📋 copy color: '#5F736E'

red 95 ◦ green 115 ◦ blue 110

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

Shades of William #5F736E

Tints of William #5F736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 29.69%
G = 35.94%
B = 34.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#5F736E (or 0x5F736E) is known color: William. HEX triplet: 5F, 73 and 6E. RGB value is (95,115,110). Sum of RGB (Red+Green+Blue) = 95+115+110=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 115 - color contains mainly: green. Hex color #5F736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F736E is #A08C91. Grayscale: #6C6C6C. Windows color (decimal): -10521746 or 7238495. OLE color: 7238495.

HSL color Cylindrical-coordinate representation of color #5F736E: hue angle of 165º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F736E is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 115 110 -
CMYK 0.17 0 0.04 0.55
HSL 165º 0.1% 0.41% -
HSV(B) 165º 0.17% 0.45% -
XYZ 13.66 15.82 17.09 -
YUV 108.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 95 115 110 0.17 0 0.04 0.55 165 0.1 0.41
Hex 5F 73 6E 11 0 4 37 A5 A 29
Octal 137 163 156 21 0 4 67 245 12 51
Binary 1011111 1110011 1101110 10001 0 100 110111 10100101 1010 101001

Color Harmonies of #5F736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F736E

Black with #5F736E

Text Example


Text Example

White with #5F736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,115,110); }

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

background-color css

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

 a { background-color: rgb(95,115,110); }

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

border-color css

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

 span { border-color: rgb(95,115,110); }

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