Html Css Color HEX #5C8173 Cutty Sark

📋 copy color: '#5C8173'

red 92 ◦ green 129 ◦ blue 115

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

Shades of Cutty Sark #5C8173

Tints of Cutty Sark #5C8173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

 BLUE value IS 115 (45.31% from 255) = 34.23%

R = 27.38%
G = 38.39%
B = 34.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#5C8173 (or 0x5C8173) is known color: Cutty Sark. HEX triplet: 5C, 81 and 73. RGB value is (92,129,115). Sum of RGB (Red+Green+Blue) = 92+129+115=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #5C8173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8173 is #A37E8C. Grayscale: #747474. Windows color (decimal): -10714765 or 7569756. OLE color: 7569756.

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

Color convert

RGB 92 129 115 -
CMYK 0.29 0 0.11 0.49
HSL 157.3º 0.17% 0.43% -
HSV(B) 157.3º 0.29% 0.51% -
XYZ 15.36 19.21 19.12 -
YUV 116.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 92 129 115 0.29 0 0.11 0.49 157.3 0.17 0.43
Hex 5C 81 73 1D 0 B 31 9D 11 2B
Octal 134 201 163 35 0 13 61 235 21 53
Binary 1011100 10000001 1110011 11101 0 1011 110001 10011101 10001 101011

Color Harmonies of #5C8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8173

Black with #5C8173

Text Example


Text Example

White with #5C8173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,129,115); }

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

background-color css

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

 a { background-color: rgb(92,129,115); }

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

border-color css

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

 span { border-color: rgb(92,129,115); }

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