#53836E

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

Shades of Cutty Sark #53836E

Tints of Cutty Sark #53836E

Color information

#53836E (or 0x53836E) is unknown color: approx Cutty Sark. HEX triplet: 53, 83 and 6E. RGB value is (83,131,110). Sum of RGB (Red+Green+Blue) = 83+131+110=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #53836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53836E is #AC7C91. Grayscale: #727272. Windows color (decimal): -11304082 or 7242579. OLE color: 7242579.

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

Color convert

RGB83131110-
CMYK0.3700.160.49
HSL153.75º22.43%41.96%-
HSV(B)153.75º36.64%51.37%-
XYZ14.519.217.69-
YUV114.25125.6105.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 131 (51.56% from 255) = 40.43%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=25.62%
G=40.43%
B=33.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831311100.3700.160.49153.7522.4341.96
Hex53836E25010319a162a
Octal12320315645020612322652
Binary10100111000001111011101001010100001100011001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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