Html Css Color HEX #5C8374 Cutty Sark

📋 copy color: '#5C8374'

red 92 ◦ green 131 ◦ blue 116

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

Shades of Cutty Sark #5C8374

Tints of Cutty Sark #5C8374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.64%

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 27.14%
G = 38.64%
B = 34.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#5C8374 (or 0x5C8374) is known color: Cutty Sark. HEX triplet: 5C, 83 and 74. RGB value is (92,131,116). Sum of RGB (Red+Green+Blue) = 92+131+116=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #5C8374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8374 is #A37C8B. Grayscale: #757575. Windows color (decimal): -10714252 or 7635804. OLE color: 7635804.

HSL color Cylindrical-coordinate representation of color #5C8374: hue angle of 156.92º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C8374 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 92 131 116 -
CMYK 0.30 0 0.11 0.49
HSL 156.92º 0.17% 0.44% -
HSV(B) 156.92º 0.3% 0.51% -
XYZ 15.68 19.77 19.51 -
YUV 117.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 92 131 116 0.30 0 0.11 0.49 156.92 0.17 0.44
Hex 5C 83 74 1E 0 B 31 9D 11 2C
Octal 134 203 164 36 0 13 61 235 21 54
Binary 1011100 10000011 1110100 11110 0 1011 110001 10011101 10001 101100

Color Harmonies of #5C8374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8374

Black with #5C8374

Text Example


Text Example

White with #5C8374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,131,116); }

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

background-color css

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

 a { background-color: rgb(92,131,116); }

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

border-color css

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

 span { border-color: rgb(92,131,116); }

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