#538E71

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

Shades of Cutty Sark #538E71

Tints of Cutty Sark #538E71

Color information

#538E71 (or 0x538E71) is unknown color: approx Cutty Sark. HEX triplet: 53, 8E and 71. RGB value is (83,142,113). Sum of RGB (Red+Green+Blue) = 83+142+113=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #538E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E71 is #AC718E. Grayscale: #797979. Windows color (decimal): -11301263 or 7442003. OLE color: 7442003.

HSL color Cylindrical-coordinate representation of color #538E71: hue angle of 150.51º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E71 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB83142113-
CMYK0.4200.200.44
HSL150.51º26.22%44.12%-
HSV(B)150.51º41.55%55.69%-
XYZ16.2222.3819.09-
YUV121.05123.45100.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=24.56%
G=42.01%
B=33.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831421130.4200.200.44150.5126.2244.12
Hex538E712A0142C971a2c
Octal12321616152024542273254
Binary10100111000111011100011010100101001011001001011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,142,113); }

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

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

 a { background-color: rgb(83,142,113); }

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

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

 span { border-color: rgb(83,142,113); }

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