#539176

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

Shades of Cutty Sark #539176

Tints of Cutty Sark #539176

Color information

#539176 (or 0x539176) is unknown color: approx Cutty Sark. HEX triplet: 53, 91 and 76. RGB value is (83,145,118). Sum of RGB (Red+Green+Blue) = 83+145+118=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #539176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539176 is #AC6E89. Grayscale: #7B7B7B. Windows color (decimal): -11300490 or 7770451. OLE color: 7770451.

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

Color convert

RGB83145118-
CMYK0.4300.190.43
HSL153.87º27.19%44.71%-
HSV(B)153.87º42.76%56.86%-
XYZ16.9623.420.76-
YUV123.38124.9699.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=23.99%
G=41.91%
B=34.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831451180.4300.190.43153.8727.1944.71
Hex5391762B0132B9a1b2d
Octal12322116653023532323355
Binary10100111001000111101101010110100111010111001101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539176; }

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

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

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

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

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

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

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

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