Html Css Color HEX #5C8D6E Cutty Sark

📋 copy color: '#5C8D6E'

red 92 ◦ green 141 ◦ blue 110

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

Shades of Cutty Sark #5C8D6E

Tints of Cutty Sark #5C8D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.11%

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 26.82%
G = 41.11%
B = 32.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#5C8D6E (or 0x5C8D6E) is known color: Cutty Sark. HEX triplet: 5C, 8D and 6E. RGB value is (92,141,110). Sum of RGB (Red+Green+Blue) = 92+141+110=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 141 - color contains mainly: green. Hex color #5C8D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8D6E is #A37291. Grayscale: #7A7A7A. Windows color (decimal): -10711698 or 7245148. OLE color: 7245148.

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

Color convert

RGB 92 141 110 -
CMYK 0.35 0 0.22 0.45
HSL 142.04º 0.21% 0.46% -
HSV(B) 142.04º 0.35% 0.55% -
XYZ 16.75 22.45 18.2 -
YUV 122.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 92 141 110 0.35 0 0.22 0.45 142.04 0.21 0.46
Hex 5C 8D 6E 23 0 16 2D 8E 15 2E
Octal 134 215 156 43 0 26 55 216 25 56
Binary 1011100 10001101 1101110 100011 0 10110 101101 10001110 10101 101110

Color Harmonies of #5C8D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8D6E

Black with #5C8D6E

Text Example


Text Example

White with #5C8D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,141,110); }

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

background-color css

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

 a { background-color: rgb(92,141,110); }

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

border-color css

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

 span { border-color: rgb(92,141,110); }

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