Html Css Color HEX #5C716A Cutty Sark

📋 copy color: '#5C716A'

red 92 ◦ green 113 ◦ blue 106

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

Shades of Cutty Sark #5C716A

Tints of Cutty Sark #5C716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

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

R = 29.58%
G = 36.33%
B = 34.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#5C716A (or 0x5C716A) is known color: Cutty Sark. HEX triplet: 5C, 71 and 6A. RGB value is (92,113,106). Sum of RGB (Red+Green+Blue) = 92+113+106=311 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.58% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 113 - color contains mainly: green. Hex color #5C716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C716A is #A38E95. Grayscale: #696969. Windows color (decimal): -10718870 or 6975836. OLE color: 6975836.

HSL color Cylindrical-coordinate representation of color #5C716A: hue angle of 160º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C716A is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 113 106 -
CMYK 0.19 0 0.06 0.56
HSL 160º 0.1% 0.4% -
HSV(B) 160º 0.19% 0.44% -
XYZ 12.92 15.13 15.87 -
YUV 105.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 92 113 106 0.19 0 0.06 0.56 160 0.1 0.4
Hex 5C 71 6A 13 0 6 38 A0 A 28
Octal 134 161 152 23 0 6 70 240 12 50
Binary 1011100 1110001 1101010 10011 0 110 111000 10100000 1010 101000

Color Harmonies of #5C716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C716A

Black with #5C716A

Text Example


Text Example

White with #5C716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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