#539277

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

Shades of Cutty Sark #539277

Tints of Cutty Sark #539277

Color information

#539277 (or 0x539277) is unknown color: approx Cutty Sark. HEX triplet: 53, 92 and 77. RGB value is (83,146,119). Sum of RGB (Red+Green+Blue) = 83+146+119=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #539277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539277 is #AC6D88. Grayscale: #7C7C7C. Windows color (decimal): -11300233 or 7836243. OLE color: 7836243.

HSL color Cylindrical-coordinate representation of color #539277: hue angle of 154.29º degrees, saturation: 0.28, 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 #539277 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB83146119-
CMYK0.4300.180.43
HSL154.29º27.51%44.9%-
HSV(B)154.29º43.15%57.25%-
XYZ17.1823.7321.13-
YUV124.08125.1398.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 146 (57.42% from 255) = 41.95%
BLUE value IS 119 (46.88% from 255) = 34.20%
R=23.85%
G=41.95%
B=34.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461190.4300.180.43154.2927.5144.9
Hex5392772B0122B9a1c2d
Octal12322216753022532323455
Binary10100111001001011101111010110100101010111001101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539277; }

 p { color: rgb(83,146,119); }

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

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

 a { background-color: rgb(83,146,119); }

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

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

 span { border-color: rgb(83,146,119); }

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