#539078

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

Shades of Cutty Sark #539078

Tints of Cutty Sark #539078

Color information

#539078 (or 0x539078) is unknown color: approx Cutty Sark. HEX triplet: 53, 90 and 78. RGB value is (83,144,120). Sum of RGB (Red+Green+Blue) = 83+144+120=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #539078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539078 is #AC6F87. Grayscale: #7B7B7B. Windows color (decimal): -11300744 or 7901267. OLE color: 7901267.

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

Color convert

RGB83144120-
CMYK0.4200.170.44
HSL156.39º26.87%44.51%-
HSV(B)156.39º42.36%56.47%-
XYZ16.9323.1421.34-
YUV123.02126.2999.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 144 (56.64% from 255) = 41.50%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=23.92%
G=41.50%
B=34.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831441200.4200.170.44156.3926.8744.51
Hex5390782A0112C9c1b2d
Octal12322017052021542343355
Binary10100111001000011110001010100100011011001001110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539078; }

 p { color: rgb(83,144,120); }

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

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

 a { background-color: rgb(83,144,120); }

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

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

 span { border-color: rgb(83,144,120); }

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