Html Css Color HEX #5F756E Cutty Sark

📋 copy color: '#5F756E'

red 95 ◦ green 117 ◦ blue 110

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

Shades of Cutty Sark #5F756E

Tints of Cutty Sark #5F756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

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

R = 29.5%
G = 36.34%
B = 34.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#5F756E (or 0x5F756E) is known color: Cutty Sark. HEX triplet: 5F, 75 and 6E. RGB value is (95,117,110). Sum of RGB (Red+Green+Blue) = 95+117+110=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 117 - color contains mainly: green. Hex color #5F756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F756E is #A08A91. Grayscale: #6D6D6D. Windows color (decimal): -10521234 or 7239007. OLE color: 7239007.

HSL color Cylindrical-coordinate representation of color #5F756E: hue angle of 160.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F756E is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 117 110 -
CMYK 0.19 0 0.06 0.54
HSL 160.91º 0.1% 0.42% -
HSV(B) 160.91º 0.19% 0.46% -
XYZ 13.9 16.28 17.16 -
YUV 109.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 95 117 110 0.19 0 0.06 0.54 160.91 0.1 0.42
Hex 5F 75 6E 13 0 6 36 A1 A 2A
Octal 137 165 156 23 0 6 66 241 12 52
Binary 1011111 1110101 1101110 10011 0 110 110110 10100001 1010 101010

Color Harmonies of #5F756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F756E

Black with #5F756E

Text Example


Text Example

White with #5F756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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