#538B79

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

Shades of Cutty Sark #538B79

Tints of Cutty Sark #538B79

Color information

#538B79 (or 0x538B79) is unknown color: approx Cutty Sark. HEX triplet: 53, 8B and 79. RGB value is (83,139,121). Sum of RGB (Red+Green+Blue) = 83+139+121=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #538B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B79 is #AC7486. Grayscale: #787878. Windows color (decimal): -11302023 or 7965523. OLE color: 7965523.

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

Color convert

RGB83139121-
CMYK0.4000.130.45
HSL160.71º25.23%43.53%-
HSV(B)160.71º40.29%54.51%-
XYZ16.2521.6821.42-
YUV120.2128.45101.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 139 (54.69% from 255) = 40.52%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=24.20%
G=40.52%
B=35.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831391210.4000.130.45160.7125.2343.53
Hex538B79280D2Da1192c
Octal12321317150015552413154
Binary1010011100010111111001101000011011011011010000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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