Html Css Color HEX #5C8570 Cutty Sark

📋 copy color: '#5C8570'

red 92 ◦ green 133 ◦ blue 112

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

Shades of Cutty Sark #5C8570

Tints of Cutty Sark #5C8570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 27.3%
G = 39.47%
B = 33.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#5C8570 (or 0x5C8570) is known color: Cutty Sark. HEX triplet: 5C, 85 and 70. RGB value is (92,133,112). Sum of RGB (Red+Green+Blue) = 92+133+112=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8570 is #A37A8F. Grayscale: #767676. Windows color (decimal): -10713744 or 7374172. OLE color: 7374172.

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

Color convert

RGB 92 133 112 -
CMYK 0.31 0 0.16 0.48
HSL 149.27º 0.18% 0.44% -
HSV(B) 149.27º 0.31% 0.52% -
XYZ 15.73 20.22 18.4 -
YUV 118.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 92 133 112 0.31 0 0.16 0.48 149.27 0.18 0.44
Hex 5C 85 70 1F 0 10 30 95 12 2C
Octal 134 205 160 37 0 20 60 225 22 54
Binary 1011100 10000101 1110000 11111 0 10000 110000 10010101 10010 101100

Color Harmonies of #5C8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8570

Black with #5C8570

Text Example


Text Example

White with #5C8570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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