Html Css Color HEX #5C8574 Cutty Sark

📋 copy color: '#5C8574'

red 92 ◦ green 133 ◦ blue 116

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

Shades of Cutty Sark #5C8574

Tints of Cutty Sark #5C8574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39%

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

R = 26.98%
G = 39%
B = 34.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#5C8574 (or 0x5C8574) is known color: Cutty Sark. HEX triplet: 5C, 85 and 74. RGB value is (92,133,116). Sum of RGB (Red+Green+Blue) = 92+133+116=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8574 is #A37A8B. Grayscale: #767676. Windows color (decimal): -10713740 or 7636316. OLE color: 7636316.

HSL color Cylindrical-coordinate representation of color #5C8574: hue angle of 155.12º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C8574 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 92 133 116 -
CMYK 0.31 0 0.13 0.48
HSL 155.12º 0.18% 0.44% -
HSV(B) 155.12º 0.31% 0.52% -
XYZ 15.95 20.31 19.6 -
YUV 118.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 92 133 116 0.31 0 0.13 0.48 155.12 0.18 0.44
Hex 5C 85 74 1F 0 D 30 9B 12 2C
Octal 134 205 164 37 0 15 60 233 22 54
Binary 1011100 10000101 1110100 11111 0 1101 110000 10011011 10010 101100

Color Harmonies of #5C8574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8574

Black with #5C8574

Text Example


Text Example

White with #5C8574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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