#538B76

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

Shades of Cutty Sark #538B76

Tints of Cutty Sark #538B76

Color information

#538B76 (or 0x538B76) is unknown color: approx Cutty Sark. HEX triplet: 53, 8B and 76. RGB value is (83,139,118). Sum of RGB (Red+Green+Blue) = 83+139+118=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #538B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B76 is #AC7489. Grayscale: #777777. Windows color (decimal): -11302026 or 7768915. OLE color: 7768915.

HSL color Cylindrical-coordinate representation of color #538B76: hue angle of 157.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B76 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB83139118-
CMYK0.4000.150.45
HSL157.5º25.23%43.53%-
HSV(B)157.5º40.29%54.51%-
XYZ16.0721.6120.46-
YUV119.86126.95101.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=24.41%
G=40.88%
B=34.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831391180.4000.150.45157.525.2343.53
Hex538B76280F2D9e192c
Octal12321316650017552363154
Binary1010011100010111110110101000011111011011001111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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