#538B72

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

Shades of Cutty Sark #538B72

Tints of Cutty Sark #538B72

Color information

#538B72 (or 0x538B72) is unknown color: approx Cutty Sark. HEX triplet: 53, 8B and 72. RGB value is (83,139,114). Sum of RGB (Red+Green+Blue) = 83+139+114=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #538B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B72 is #AC748D. Grayscale: #777777. Windows color (decimal): -11302030 or 7506771. OLE color: 7506771.

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

Color convert

RGB83139114-
CMYK0.4000.180.45
HSL153.21º25.23%43.53%-
HSV(B)153.21º40.29%54.51%-
XYZ15.8421.5219.24-
YUV119.41124.95102.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 139 (54.69% from 255) = 41.37%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=24.70%
G=41.37%
B=33.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831391140.4000.180.45153.2125.2343.53
Hex538B72280122D99192c
Octal12321316250022552313154
Binary10100111000101111100101010000100101011011001100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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