Html Css Color HEX #5C8571 Cutty Sark

📋 copy color: '#5C8571'

red 92 ◦ green 133 ◦ blue 113

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

Shades of Cutty Sark #5C8571

Tints of Cutty Sark #5C8571

RGB

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

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

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

R = 27.22%
G = 39.35%
B = 33.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#5C8571 (or 0x5C8571) is known color: Cutty Sark. HEX triplet: 5C, 85 and 71. RGB value is (92,133,113). Sum of RGB (Red+Green+Blue) = 92+133+113=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8571 is #A37A8E. Grayscale: #767676. Windows color (decimal): -10713743 or 7439708. OLE color: 7439708.

HSL color Cylindrical-coordinate representation of color #5C8571: hue angle of 150.73º 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 #5C8571 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 92 133 113 -
CMYK 0.31 0 0.15 0.48
HSL 150.73º 0.18% 0.44% -
HSV(B) 150.73º 0.31% 0.52% -
XYZ 15.78 20.24 18.7 -
YUV 118.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 92 133 113 0.31 0 0.15 0.48 150.73 0.18 0.44
Hex 5C 85 71 1F 0 F 30 97 12 2C
Octal 134 205 161 37 0 17 60 227 22 54
Binary 1011100 10000101 1110001 11111 0 1111 110000 10010111 10010 101100

Color Harmonies of #5C8571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8571

Black with #5C8571

Text Example


Text Example

White with #5C8571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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