#538979

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

Shades of Cutty Sark #538979

Tints of Cutty Sark #538979

Color information

#538979 (or 0x538979) is unknown color: approx Cutty Sark. HEX triplet: 53, 89 and 79. RGB value is (83,137,121). Sum of RGB (Red+Green+Blue) = 83+137+121=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #538979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538979 is #AC7686. Grayscale: #777777. Windows color (decimal): -11302535 or 7965011. OLE color: 7965011.

HSL color Cylindrical-coordinate representation of color #538979: hue angle of 162.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538979 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB83137121-
CMYK0.3900.120.46
HSL162.22º24.55%43.14%-
HSV(B)162.22º39.42%53.73%-
XYZ15.9621.1121.32-
YUV119.03129.11102.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=24.34%
G=40.18%
B=35.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831371210.3900.120.46162.2224.5543.14
Hex538979270C2Ea2192b
Octal12321117147014562423153
Binary1010011100010011111001100111011001011101010001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538979; }

 p { color: rgb(83,137,121); }

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

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

 a { background-color: rgb(83,137,121); }

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

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

 span { border-color: rgb(83,137,121); }

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