#538B70

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

Shades of Cutty Sark #538B70

Tints of Cutty Sark #538B70

Color information

#538B70 (or 0x538B70) is unknown color: approx Cutty Sark. HEX triplet: 53, 8B and 70. RGB value is (83,139,112). Sum of RGB (Red+Green+Blue) = 83+139+112=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #538B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B70 is #AC748F. Grayscale: #777777. Windows color (decimal): -11302032 or 7375699. OLE color: 7375699.

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

Color convert

RGB83139112-
CMYK0.4000.190.45
HSL151.07º25.23%43.53%-
HSV(B)151.07º40.29%54.51%-
XYZ15.7221.4718.65-
YUV119.18123.95102.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=24.85%
G=41.62%
B=33.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831391120.4000.190.45151.0725.2343.53
Hex538B70280132D97192c
Octal12321316050023552273154
Binary10100111000101111100001010000100111011011001011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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