#53806D

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

Shades of Cutty Sark #53806D

Tints of Cutty Sark #53806D

Color information

#53806D (or 0x53806D) is unknown color: approx Cutty Sark. HEX triplet: 53, 80 and 6D. RGB value is (83,128,109). Sum of RGB (Red+Green+Blue) = 83+128+109=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #53806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53806D is #AC7F92. Grayscale: #707070. Windows color (decimal): -11304851 or 7176275. OLE color: 7176275.

HSL color Cylindrical-coordinate representation of color #53806D: hue angle of 154.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53806D is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB83128109-
CMYK0.3500.150.50
HSL154.67º21.33%41.37%-
HSV(B)154.67º35.16%50.2%-
XYZ14.0518.3817.28-
YUV112.38126.09107.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 128 (50.39% from 255) = 40%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=25.94%
G=40%
B=34.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831281090.3500.150.50154.6721.3341.37
Hex53806D230F329b1529
Octal12320015543017622332551
Binary1010011100000001101101100011011111100101001101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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