#5C7A70

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

Shades of Cutty Sark #5C7A70

Tints of Cutty Sark #5C7A70

Color information

#5C7A70 (or 0x5C7A70) is unknown color: approx Cutty Sark. HEX triplet: 5C, 7A and 70. RGB value is (92,122,112). Sum of RGB (Red+Green+Blue) = 92+122+112=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #5C7A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7A70 is #A3858F. Grayscale: #6F6F6F. Windows color (decimal): -10716560 or 7371356. OLE color: 7371356.

HSL color Cylindrical-coordinate representation of color #5C7A70: hue angle of 160º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C7A70 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB92122112-
CMYK0.2500.080.52
HSL160º14.02%41.96%-
HSV(B)160º24.59%47.84%-
XYZ14.317.3617.93-
YUV111.89128.06113.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.22%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=28.22%
G=37.42%
B=34.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal921221120.2500.080.5216014.0241.96
Hex5C7A70190834a0e2a
Octal13417216031010642401652
Binary1011100111101011100001100101000110100101000001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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