#538D76

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

Shades of Cutty Sark #538D76

Tints of Cutty Sark #538D76

Color information

#538D76 (or 0x538D76) is unknown color: approx Cutty Sark. HEX triplet: 53, 8D and 76. RGB value is (83,141,118). Sum of RGB (Red+Green+Blue) = 83+141+118=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 141 - color contains mainly: green. Hex color #538D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538D76 is #AC7289. Grayscale: #797979. Windows color (decimal): -11301514 or 7769427. OLE color: 7769427.

HSL color Cylindrical-coordinate representation of color #538D76: hue angle of 156.21º 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 #538D76 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB83141118-
CMYK0.4100.160.45
HSL156.21º25.89%43.92%-
HSV(B)156.21º41.13%55.29%-
XYZ16.3622.220.56-
YUV121.04126.28100.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 141 (55.47% from 255) = 41.23%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=24.27%
G=41.23%
B=34.50%

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
Decimal831411180.4100.160.45156.2125.8943.92
Hex538D76290102D9c1a2c
Octal12321516651020552343254
Binary10100111000110111101101010010100001011011001110011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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