Html Css Color HEX #5C756D Cutty Sark

📋 copy color: '#5C756D'

red 92 ◦ green 117 ◦ blue 109

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

Shades of Cutty Sark #5C756D

Tints of Cutty Sark #5C756D

RGB

 RED value IS 92 (36.33% from 255) = 28.93%

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 28.93%
G = 36.79%
B = 34.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#5C756D (or 0x5C756D) is known color: Cutty Sark. HEX triplet: 5C, 75 and 6D. RGB value is (92,117,109). Sum of RGB (Red+Green+Blue) = 92+117+109=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #5C756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C756D is #A38A92. Grayscale: #6C6C6C. Windows color (decimal): -10717843 or 7173468. OLE color: 7173468.

HSL color Cylindrical-coordinate representation of color #5C756D: hue angle of 160.8º degrees, saturation: 0.12, 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 #5C756D is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 117 109 -
CMYK 0.21 0 0.07 0.54
HSL 160.8º 0.12% 0.41% -
HSV(B) 160.8º 0.21% 0.46% -
XYZ 13.54 16.1 16.86 -
YUV 108.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 92 117 109 0.21 0 0.07 0.54 160.8 0.12 0.41
Hex 5C 75 6D 15 0 7 36 A1 C 29
Octal 134 165 155 25 0 7 66 241 14 51
Binary 1011100 1110101 1101101 10101 0 111 110110 10100001 1100 101001

Color Harmonies of #5C756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C756D

Black with #5C756D

Text Example


Text Example

White with #5C756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,117,109); }

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

background-color css

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

 a { background-color: rgb(92,117,109); }

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

border-color css

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

 span { border-color: rgb(92,117,109); }

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