#53816E

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

Shades of Cutty Sark #53816E

Tints of Cutty Sark #53816E

Color information

#53816E (or 0x53816E) is unknown color: approx Cutty Sark. HEX triplet: 53, 81 and 6E. RGB value is (83,129,110). Sum of RGB (Red+Green+Blue) = 83+129+110=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #53816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53816E is #AC7E91. Grayscale: #717171. Windows color (decimal): -11304594 or 7242067. OLE color: 7242067.

HSL color Cylindrical-coordinate representation of color #53816E: hue angle of 155.22º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53816E is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB83129110-
CMYK0.3600.150.49
HSL155.22º21.7%41.57%-
HSV(B)155.22º35.66%50.59%-
XYZ14.2318.6717.6-
YUV113.08126.26106.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=25.78%
G=40.06%
B=34.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831291100.3600.150.49155.2221.741.57
Hex53816E240F319b162a
Octal12320115644017612332652
Binary1010011100000011101110100100011111100011001101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53816E; }

 p { color: rgb(83,129,110); }

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

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

 a { background-color: rgb(83,129,110); }

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

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

 span { border-color: rgb(83,129,110); }

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