#53896D

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

Shades of Cutty Sark #53896D

Tints of Cutty Sark #53896D

Color information

#53896D (or 0x53896D) is unknown color: approx Cutty Sark. HEX triplet: 53, 89 and 6D. RGB value is (83,137,109). Sum of RGB (Red+Green+Blue) = 83+137+109=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #53896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53896D is #AC7692. Grayscale: #757575. Windows color (decimal): -11302547 or 7178579. OLE color: 7178579.

HSL color Cylindrical-coordinate representation of color #53896D: hue angle of 148.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53896D is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB83137109-
CMYK0.3900.200.46
HSL148.89º24.55%43.14%-
HSV(B)148.89º39.42%53.73%-
XYZ15.2720.8317.68-
YUV117.66123.11103.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=25.23%
G=41.64%
B=33.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831371090.3900.200.46148.8924.5543.14
Hex53896D270142E95192b
Octal12321115547024562253153
Binary10100111000100111011011001110101001011101001010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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