#538E75

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

Shades of Cutty Sark #538E75

Tints of Cutty Sark #538E75

Color information

#538E75 (or 0x538E75) is unknown color: approx Cutty Sark. HEX triplet: 53, 8E and 75. RGB value is (83,142,117). Sum of RGB (Red+Green+Blue) = 83+142+117=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 142 - color contains mainly: green. Hex color #538E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E75 is #AC718A. Grayscale: #797979. Windows color (decimal): -11301259 or 7704147. OLE color: 7704147.

HSL color Cylindrical-coordinate representation of color #538E75: hue angle of 154.58º 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 #538E75 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB83142117-
CMYK0.4200.180.44
HSL154.58º26.22%44.12%-
HSV(B)154.58º41.55%55.69%-
XYZ16.4522.4720.3-
YUV121.51125.45100.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 142 (55.86% from 255) = 41.52%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=24.27%
G=41.52%
B=34.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831421170.4200.180.44154.5826.2244.12
Hex538E752A0122C9b1a2c
Octal12321616552022542333254
Binary10100111000111011101011010100100101011001001101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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