#538674

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

Shades of Cutty Sark #538674

Tints of Cutty Sark #538674

Color information

#538674 (or 0x538674) is unknown color: approx Cutty Sark. HEX triplet: 53, 86 and 74. RGB value is (83,134,116). Sum of RGB (Red+Green+Blue) = 83+134+116=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #538674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538674 is #AC798B. Grayscale: #747474. Windows color (decimal): -11303308 or 7636563. OLE color: 7636563.

HSL color Cylindrical-coordinate representation of color #538674: hue angle of 158.82º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538674 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB83134116-
CMYK0.3800.130.47
HSL158.82º23.5%42.55%-
HSV(B)158.82º38.06%52.55%-
XYZ15.2420.1519.61-
YUV116.7127.6103.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=24.92%
G=40.24%
B=34.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831341160.3800.130.47158.8223.542.55
Hex538674260D2F9f182b
Octal12320616446015572373053
Binary1010011100001101110100100110011011011111001111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538674; }

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

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

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

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

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

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

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

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