Html Css Color HEX #5F756C Cutty Sark

📋 copy color: '#5F756C'

red 95 ◦ green 117 ◦ blue 108

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

Shades of Cutty Sark #5F756C

Tints of Cutty Sark #5F756C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 29.69%
G = 36.56%
B = 33.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#5F756C (or 0x5F756C) is known color: Cutty Sark. HEX triplet: 5F, 75 and 6C. RGB value is (95,117,108). Sum of RGB (Red+Green+Blue) = 95+117+108=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #5F756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F756C is #A08A93. Grayscale: #6D6D6D. Windows color (decimal): -10521236 or 7107935. OLE color: 7107935.

HSL color Cylindrical-coordinate representation of color #5F756C: hue angle of 155.45º 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 #5F756C is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 117 108 -
CMYK 0.19 0 0.08 0.54
HSL 155.45º 0.1% 0.42% -
HSV(B) 155.45º 0.19% 0.46% -
XYZ 13.79 16.24 16.59 -
YUV 109.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 95 117 108 0.19 0 0.08 0.54 155.45 0.1 0.42
Hex 5F 75 6C 13 0 8 36 9B A 2A
Octal 137 165 154 23 0 10 66 233 12 52
Binary 1011111 1110101 1101100 10011 0 1000 110110 10011011 1010 101010

Color Harmonies of #5F756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F756C

Black with #5F756C

Text Example


Text Example

White with #5F756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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