#538C76

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

Shades of Cutty Sark #538C76

Tints of Cutty Sark #538C76

Color information

#538C76 (or 0x538C76) is unknown color: approx Cutty Sark. HEX triplet: 53, 8C and 76. RGB value is (83,140,118). Sum of RGB (Red+Green+Blue) = 83+140+118=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 140 - color contains mainly: green. Hex color #538C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538C76 is #AC7389. Grayscale: #787878. Windows color (decimal): -11301770 or 7769171. OLE color: 7769171.

HSL color Cylindrical-coordinate representation of color #538C76: hue angle of 156.84º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538C76 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB83140118-
CMYK0.4100.160.45
HSL156.84º25.56%43.73%-
HSV(B)156.84º40.71%54.9%-
XYZ16.2221.920.51-
YUV120.45126.62101.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 140 (55.08% from 255) = 41.06%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=24.34%
G=41.06%
B=34.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831401180.4100.160.45156.8425.5643.73
Hex538C76290102D9d1a2c
Octal12321416651020552353254
Binary10100111000110011101101010010100001011011001110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538C76; }

 p { color: rgb(83,140,118); }

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

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

 a { background-color: rgb(83,140,118); }

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

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

 span { border-color: rgb(83,140,118); }

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