#539074

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

Shades of Cutty Sark #539074

Tints of Cutty Sark #539074

Color information

#539074 (or 0x539074) is unknown color: approx Cutty Sark. HEX triplet: 53, 90 and 74. RGB value is (83,144,116). Sum of RGB (Red+Green+Blue) = 83+144+116=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #539074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539074 is #AC6F8B. Grayscale: #7A7A7A. Windows color (decimal): -11300748 or 7639123. OLE color: 7639123.

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

Color convert

RGB83144116-
CMYK0.4200.190.44
HSL152.46º26.87%44.51%-
HSV(B)152.46º42.36%56.47%-
XYZ16.6923.0520.09-
YUV122.57124.2999.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=24.20%
G=41.98%
B=33.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831441160.4200.190.44152.4626.8744.51
Hex5390742A0132C981b2d
Octal12322016452023542303355
Binary10100111001000011101001010100100111011001001100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539074; }

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

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

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

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

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

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

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

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