Html Css Color HEX #5D756C Cutty Sark

📋 copy color: '#5D756C'

red 93 ◦ green 117 ◦ blue 108

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

Shades of Cutty Sark #5D756C

Tints of Cutty Sark #5D756C

RGB

 RED value IS 93 (36.72% from 255) = 29.25%

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

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

R = 29.25%
G = 36.79%
B = 33.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#5D756C (or 0x5D756C) is known color: Cutty Sark. HEX triplet: 5D, 75 and 6C. RGB value is (93,117,108). Sum of RGB (Red+Green+Blue) = 93+117+108=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #5D756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D756C is #A28A93. Grayscale: #6C6C6C. Windows color (decimal): -10652308 or 7107933. OLE color: 7107933.

HSL color Cylindrical-coordinate representation of color #5D756C: hue angle of 157.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D756C is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 117 108 -
CMYK 0.21 0 0.08 0.54
HSL 157.5º 0.11% 0.41% -
HSV(B) 157.5º 0.21% 0.46% -
XYZ 13.58 16.13 16.59 -
YUV 108.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 93 117 108 0.21 0 0.08 0.54 157.5 0.11 0.41
Hex 5D 75 6C 15 0 8 36 9E B 29
Octal 135 165 154 25 0 10 66 236 13 51
Binary 1011101 1110101 1101100 10101 0 1000 110110 10011110 1011 101001

Color Harmonies of #5D756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D756C

Black with #5D756C

Text Example


Text Example

White with #5D756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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