Html Css Color HEX #5C756A Cutty Sark

📋 copy color: '#5C756A'

red 92 ◦ green 117 ◦ blue 106

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

Shades of Cutty Sark #5C756A

Tints of Cutty Sark #5C756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 29.21%
G = 37.14%
B = 33.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#5C756A (or 0x5C756A) is known color: Cutty Sark. HEX triplet: 5C, 75 and 6A. RGB value is (92,117,106). Sum of RGB (Red+Green+Blue) = 92+117+106=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #5C756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C756A is #A38A95. Grayscale: #6C6C6C. Windows color (decimal): -10717846 or 6976860. OLE color: 6976860.

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

Color convert

RGB 92 117 106 -
CMYK 0.21 0 0.09 0.54
HSL 153.6º 0.12% 0.41% -
HSV(B) 153.6º 0.21% 0.46% -
XYZ 13.38 16.04 16.03 -
YUV 108.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 92 117 106 0.21 0 0.09 0.54 153.6 0.12 0.41
Hex 5C 75 6A 15 0 9 36 9A C 29
Octal 134 165 152 25 0 11 66 232 14 51
Binary 1011100 1110101 1101010 10101 0 1001 110110 10011010 1100 101001

Color Harmonies of #5C756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C756A

Black with #5C756A

Text Example


Text Example

White with #5C756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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