Html Css Color HEX #5F716B Cutty Sark

📋 copy color: '#5F716B'

red 95 ◦ green 113 ◦ blue 107

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

Shades of Cutty Sark #5F716B

Tints of Cutty Sark #5F716B

RGB

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

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

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

R = 30.16%
G = 35.87%
B = 33.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#5F716B (or 0x5F716B) is known color: Cutty Sark. HEX triplet: 5F, 71 and 6B. RGB value is (95,113,107). Sum of RGB (Red+Green+Blue) = 95+113+107=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 113 - color contains mainly: green. Hex color #5F716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F716B is #A08E94. Grayscale: #6A6A6A. Windows color (decimal): -10522261 or 7041375. OLE color: 7041375.

HSL color Cylindrical-coordinate representation of color #5F716B: hue angle of 160º 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 #5F716B is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 113 107 -
CMYK 0.16 0 0.05 0.56
HSL 160º 0.09% 0.41% -
HSV(B) 160º 0.16% 0.44% -
XYZ 13.28 15.3 16.16 -
YUV 106.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 95 113 107 0.16 0 0.05 0.56 160 0.09 0.41
Hex 5F 71 6B 10 0 5 38 A0 9 29
Octal 137 161 153 20 0 5 70 240 11 51
Binary 1011111 1110001 1101011 10000 0 101 111000 10100000 1001 101001

Color Harmonies of #5F716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F716B

Black with #5F716B

Text Example


Text Example

White with #5F716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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