#53876E

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

Shades of Cutty Sark #53876E

Tints of Cutty Sark #53876E

Color information

#53876E (or 0x53876E) is unknown color: approx Cutty Sark. HEX triplet: 53, 87 and 6E. RGB value is (83,135,110). Sum of RGB (Red+Green+Blue) = 83+135+110=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #53876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53876E is #AC7891. Grayscale: #747474. Windows color (decimal): -11303058 or 7243603. OLE color: 7243603.

HSL color Cylindrical-coordinate representation of color #53876E: hue angle of 151.15º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53876E is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB83135110-
CMYK0.3900.190.47
HSL151.15º23.85%42.75%-
HSV(B)151.15º38.52%52.94%-
XYZ15.0520.2917.88-
YUV116.6124.27104.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=25.30%
G=41.16%
B=33.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831351100.3900.190.47151.1523.8542.75
Hex53876E270132F97182b
Octal12320715647023572273053
Binary10100111000011111011101001110100111011111001011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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