Html Css Color HEX #5F716A Cutty Sark

📋 copy color: '#5F716A'

red 95 ◦ green 113 ◦ blue 106

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

Shades of Cutty Sark #5F716A

Tints of Cutty Sark #5F716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.99%

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 30.25%
G = 35.99%
B = 33.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#5F716A (or 0x5F716A) is known color: Cutty Sark. HEX triplet: 5F, 71 and 6A. RGB value is (95,113,106). Sum of RGB (Red+Green+Blue) = 95+113+106=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 113 - color contains mainly: green. Hex color #5F716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F716A is #A08E95. Grayscale: #6A6A6A. Windows color (decimal): -10522262 or 6975839. OLE color: 6975839.

HSL color Cylindrical-coordinate representation of color #5F716A: hue angle of 156.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5F716A is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 113 106 -
CMYK 0.16 0 0.06 0.56
HSL 156.67º 0.09% 0.41% -
HSV(B) 156.67º 0.16% 0.44% -
XYZ 13.23 15.28 15.89 -
YUV 106.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 95 113 106 0.16 0 0.06 0.56 156.67 0.09 0.41
Hex 5F 71 6A 10 0 6 38 9D 9 29
Octal 137 161 152 20 0 6 70 235 11 51
Binary 1011111 1110001 1101010 10000 0 110 111000 10011101 1001 101001

Color Harmonies of #5F716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F716A

Black with #5F716A

Text Example


Text Example

White with #5F716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,113,106); }

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

background-color css

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

 a { background-color: rgb(95,113,106); }

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

border-color css

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

 span { border-color: rgb(95,113,106); }

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