#539174

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

Shades of Cutty Sark #539174

Tints of Cutty Sark #539174

Color information

#539174 (or 0x539174) is unknown color: approx Cutty Sark. HEX triplet: 53, 91 and 74. RGB value is (83,145,116). Sum of RGB (Red+Green+Blue) = 83+145+116=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #539174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539174 is #AC6E8B. Grayscale: #7B7B7B. Windows color (decimal): -11300492 or 7639379. OLE color: 7639379.

HSL color Cylindrical-coordinate representation of color #539174: hue angle of 151.94º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #539174 is Cyan = 0.43, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB83145116-
CMYK0.4300.20.43
HSL151.94º27.19%44.71%-
HSV(B)151.94º42.76%56.86%-
XYZ16.8523.3520.14-
YUV123.16123.9699.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=24.13%
G=42.15%
B=33.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831451160.4300.20.43151.9427.1944.71
Hex5391742B0142B981b2d
Octal12322116453024532303355
Binary10100111001000111101001010110101001010111001100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539174; }

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

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

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

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

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

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

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

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