#539372

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

Shades of Cutty Sark #539372

Tints of Cutty Sark #539372

Color information

#539372 (or 0x539372) is unknown color: approx Cutty Sark. HEX triplet: 53, 93 and 72. RGB value is (83,147,114). Sum of RGB (Red+Green+Blue) = 83+147+114=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #539372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539372 is #AC6C8D. Grayscale: #7C7C7C. Windows color (decimal): -11299982 or 7508819. OLE color: 7508819.

HSL color Cylindrical-coordinate representation of color #539372: hue angle of 149.06º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539372 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB83147114-
CMYK0.4400.220.42
HSL149.06º27.83%45.1%-
HSV(B)149.06º43.54%57.65%-
XYZ17.0423.9219.64-
YUV124.1122.398.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=24.13%
G=42.73%
B=33.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831471140.4400.220.42149.0627.8345.1
Hex5393722C0162A951c2d
Octal12322316254026522253455
Binary10100111001001111100101011000101101010101001010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539372; }

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

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

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

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

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

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

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

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