#539072

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

Shades of Cutty Sark #539072

Tints of Cutty Sark #539072

Color information

#539072 (or 0x539072) is unknown color: approx Cutty Sark. HEX triplet: 53, 90 and 72. RGB value is (83,144,114). Sum of RGB (Red+Green+Blue) = 83+144+114=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #539072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539072 is #AC6F8D. Grayscale: #7A7A7A. Windows color (decimal): -11300750 or 7508051. OLE color: 7508051.

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

Color convert

RGB83144114-
CMYK0.4200.210.44
HSL150.49º26.87%44.51%-
HSV(B)150.49º42.36%56.47%-
XYZ16.582319.49-
YUV122.34123.2999.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=24.34%
G=42.23%
B=33.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831441140.4200.210.44150.4926.8744.51
Hex5390722A0152C961b2d
Octal12322016252025542263355
Binary10100111001000011100101010100101011011001001011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539072; }

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

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

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

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

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

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

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

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