#5C7C70

Color #5C7C70 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #5C7C70

Tints of Cutty Sark #5C7C70

Color information

#5C7C70 (or 0x5C7C70) is unknown color: approx Cutty Sark. HEX triplet: 5C, 7C and 70. RGB value is (92,124,112). Sum of RGB (Red+Green+Blue) = 92+124+112=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7C70 is #A3838F. Grayscale: #717171. Windows color (decimal): -10716048 or 7371868. OLE color: 7371868.

HSL color Cylindrical-coordinate representation of color #5C7C70: hue angle of 157.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C7C70 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB92124112-
CMYK0.2600.100.51
HSL157.5º14.81%42.35%-
HSV(B)157.5º25.81%48.63%-
XYZ14.5517.8618.01-
YUV113.06127.4112.98-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.05%
GREEN value IS 124 (48.83% from 255) = 37.80%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=28.05%
G=37.80%
B=34.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal921241120.2600.100.51157.514.8142.35
Hex5C7C701A0A339ef2a
Octal13417416032012632361752
Binary1011100111110011100001101001010110011100111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C7C70;
 }
 .AnyTagClassName
 {
   color: #5C7C70;
 }
</style>
background-color css

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

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

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

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

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

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