#53866D

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

Shades of Cutty Sark #53866D

Tints of Cutty Sark #53866D

Color information

#53866D (or 0x53866D) is unknown color: approx Cutty Sark. HEX triplet: 53, 86 and 6D. RGB value is (83,134,109). Sum of RGB (Red+Green+Blue) = 83+134+109=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #53866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53866D is #AC7992. Grayscale: #737373. Windows color (decimal): -11303315 or 7177811. OLE color: 7177811.

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

Color convert

RGB83134109-
CMYK0.3800.190.47
HSL150.59º23.5%42.55%-
HSV(B)150.59º38.06%52.55%-
XYZ14.8519.9917.54-
YUV115.9124.1104.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=25.46%
G=41.10%
B=33.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831341090.3800.190.47150.5923.542.55
Hex53866D260132F97182b
Octal12320615546023572273053
Binary10100111000011011011011001100100111011111001011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53866D; }

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

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

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

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

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

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

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

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