#538970

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

Shades of Cutty Sark #538970

Tints of Cutty Sark #538970

Color information

#538970 (or 0x538970) is unknown color: approx Cutty Sark. HEX triplet: 53, 89 and 70. RGB value is (83,137,112). Sum of RGB (Red+Green+Blue) = 83+137+112=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #538970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538970 is #AC768F. Grayscale: #767676. Windows color (decimal): -11302544 or 7375187. OLE color: 7375187.

HSL color Cylindrical-coordinate representation of color #538970: hue angle of 152.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538970 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB83137112-
CMYK0.3900.180.46
HSL152.22º24.55%43.14%-
HSV(B)152.22º39.42%53.73%-
XYZ15.4420.918.55-
YUV118124.61103.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=25%
G=41.27%
B=33.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831371120.3900.180.46152.2224.5543.14
Hex538970270122E98192b
Octal12321116047022562303153
Binary10100111000100111100001001110100101011101001100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538970; }

 p { color: rgb(83,137,112); }

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

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

 a { background-color: rgb(83,137,112); }

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

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

 span { border-color: rgb(83,137,112); }

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