#539474

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

Shades of Cutty Sark #539474

Tints of Cutty Sark #539474

Color information

#539474 (or 0x539474) is unknown color: approx Cutty Sark. HEX triplet: 53, 94 and 74. RGB value is (83,148,116). Sum of RGB (Red+Green+Blue) = 83+148+116=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #539474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539474 is #AC6B8B. Grayscale: #7C7C7C. Windows color (decimal): -11299724 or 7640147. OLE color: 7640147.

HSL color Cylindrical-coordinate representation of color #539474: hue angle of 150.46º 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 #539474 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB83148116-
CMYK0.4400.220.42
HSL150.46º28.14%45.29%-
HSV(B)150.46º43.92%58.04%-
XYZ17.3124.2820.3-
YUV124.92122.9798.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=23.92%
G=42.65%
B=33.43%

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
Decimal831481160.4400.220.42150.4628.1445.29
Hex5394742C0162A961c2d
Octal12322416454026522263455
Binary10100111001010011101001011000101101010101001011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539474; }

 p { color: rgb(83,148,116); }

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

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

 a { background-color: rgb(83,148,116); }

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

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

 span { border-color: rgb(83,148,116); }

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