#53896B

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

Shades of Cutty Sark #53896B

Tints of Cutty Sark #53896B

Color information

#53896B (or 0x53896B) is unknown color: approx Cutty Sark. HEX triplet: 53, 89 and 6B. RGB value is (83,137,107). Sum of RGB (Red+Green+Blue) = 83+137+107=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #53896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53896B is #AC7694. Grayscale: #757575. Windows color (decimal): -11302549 or 7047507. OLE color: 7047507.

HSL color Cylindrical-coordinate representation of color #53896B: hue angle of 146.67º 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 #53896B is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB83137107-
CMYK0.3900.220.46
HSL146.67º24.55%43.14%-
HSV(B)146.67º39.42%53.73%-
XYZ15.1720.7917.12-
YUV117.43122.11103.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=25.38%
G=41.90%
B=32.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831371070.3900.220.46146.6724.5543.14
Hex53896B270162E93192b
Octal12321115347026562233153
Binary10100111000100111010111001110101101011101001001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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