Html Css Color HEX #5C8E71 Cutty Sark

📋 copy color: '#5C8E71'

red 92 ◦ green 142 ◦ blue 113

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

Shades of Cutty Sark #5C8E71

Tints of Cutty Sark #5C8E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.92%

 BLUE value IS 113 (44.53% from 255) = 32.56%

R = 26.51%
G = 40.92%
B = 32.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#5C8E71 (or 0x5C8E71) is known color: Cutty Sark. HEX triplet: 5C, 8E and 71. RGB value is (92,142,113). Sum of RGB (Red+Green+Blue) = 92+142+113=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #5C8E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8E71 is #A3718E. Grayscale: #7B7B7B. Windows color (decimal): -10711439 or 7442012. OLE color: 7442012.

HSL color Cylindrical-coordinate representation of color #5C8E71: hue angle of 145.2º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C8E71 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 142 113 -
CMYK 0.35 0 0.20 0.44
HSL 145.2º 0.21% 0.46% -
HSV(B) 145.2º 0.35% 0.56% -
XYZ 17.07 22.81 19.13 -
YUV 123.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 92 142 113 0.35 0 0.20 0.44 145.2 0.21 0.46
Hex 5C 8E 71 23 0 14 2C 91 15 2E
Octal 134 216 161 43 0 24 54 221 25 56
Binary 1011100 10001110 1110001 100011 0 10100 101100 10010001 10101 101110

Color Harmonies of #5C8E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8E71

Black with #5C8E71

Text Example


Text Example

White with #5C8E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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