Html Css Color HEX #5C8773 Cutty Sark

📋 copy color: '#5C8773'

red 92 ◦ green 135 ◦ blue 115

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

Shades of Cutty Sark #5C8773

Tints of Cutty Sark #5C8773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.47%

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

R = 26.9%
G = 39.47%
B = 33.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#5C8773 (or 0x5C8773) is known color: Cutty Sark. HEX triplet: 5C, 87 and 73. RGB value is (92,135,115). Sum of RGB (Red+Green+Blue) = 92+135+115=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #5C8773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8773 is #A3788C. Grayscale: #777777. Windows color (decimal): -10713229 or 7571292. OLE color: 7571292.

HSL color Cylindrical-coordinate representation of color #5C8773: hue angle of 152.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C8773 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 92 135 115 -
CMYK 0.32 0 0.15 0.47
HSL 152.09º 0.19% 0.45% -
HSV(B) 152.09º 0.32% 0.53% -
XYZ 16.17 20.84 19.39 -
YUV 119.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 92 135 115 0.32 0 0.15 0.47 152.09 0.19 0.45
Hex 5C 87 73 20 0 F 2F 98 13 2D
Octal 134 207 163 40 0 17 57 230 23 55
Binary 1011100 10000111 1110011 100000 0 1111 101111 10011000 10011 101101

Color Harmonies of #5C8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8773

Black with #5C8773

Text Example


Text Example

White with #5C8773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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