#538673

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

Shades of Cutty Sark #538673

Tints of Cutty Sark #538673

Color information

#538673 (or 0x538673) is unknown color: approx Cutty Sark. HEX triplet: 53, 86 and 73. RGB value is (83,134,115). Sum of RGB (Red+Green+Blue) = 83+134+115=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #538673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538673 is #AC798C. Grayscale: #747474. Windows color (decimal): -11303309 or 7571027. OLE color: 7571027.

HSL color Cylindrical-coordinate representation of color #538673: hue angle of 157.65º 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 #538673 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB83134115-
CMYK0.3800.140.47
HSL157.65º23.5%42.55%-
HSV(B)157.65º38.06%52.55%-
XYZ15.1920.1319.3-
YUV116.58127.1104.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=25%
G=40.36%
B=34.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831341150.3800.140.47157.6523.542.55
Hex538673260E2F9e182b
Octal12320616346016572363053
Binary1010011100001101110011100110011101011111001111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538673; }

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

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

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

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

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

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

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

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