Html Css Color HEX #5C756E Cutty Sark

📋 copy color: '#5C756E'

red 92 ◦ green 117 ◦ blue 110

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

Shades of Cutty Sark #5C756E

Tints of Cutty Sark #5C756E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 28.84%
G = 36.68%
B = 34.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#5C756E (or 0x5C756E) is known color: Cutty Sark. HEX triplet: 5C, 75 and 6E. RGB value is (92,117,110). Sum of RGB (Red+Green+Blue) = 92+117+110=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #5C756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C756E is #A38A91. Grayscale: #6C6C6C. Windows color (decimal): -10717842 or 7239004. OLE color: 7239004.

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

Color convert

RGB 92 117 110 -
CMYK 0.21 0 0.06 0.54
HSL 163.2º 0.12% 0.41% -
HSV(B) 163.2º 0.21% 0.46% -
XYZ 13.59 16.12 17.15 -
YUV 108.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 92 117 110 0.21 0 0.06 0.54 163.2 0.12 0.41
Hex 5C 75 6E 15 0 6 36 A3 C 29
Octal 134 165 156 25 0 6 66 243 14 51
Binary 1011100 1110101 1101110 10101 0 110 110110 10100011 1100 101001

Color Harmonies of #5C756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C756E

Black with #5C756E

Text Example


Text Example

White with #5C756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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