#538F72

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

Shades of Cutty Sark #538F72

Tints of Cutty Sark #538F72

Color information

#538F72 (or 0x538F72) is unknown color: approx Cutty Sark. HEX triplet: 53, 8F and 72. RGB value is (83,143,114). Sum of RGB (Red+Green+Blue) = 83+143+114=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 143 - color contains mainly: green. Hex color #538F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F72 is #AC708D. Grayscale: #797979. Windows color (decimal): -11301006 or 7507795. OLE color: 7507795.

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

Color convert

RGB83143114-
CMYK0.4200.200.44
HSL151º26.55%44.31%-
HSV(B)151º41.96%56.08%-
XYZ16.4322.719.44-
YUV121.75123.62100.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 143 (56.25% from 255) = 42.06%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=24.41%
G=42.06%
B=33.53%

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
Decimal831431140.4200.200.4415126.5544.31
Hex538F722A0142C971b2c
Octal12321716252024542273354
Binary10100111000111111100101010100101001011001001011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,143,114); }

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

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

 a { background-color: rgb(83,143,114); }

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

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

 span { border-color: rgb(83,143,114); }

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