#53866E

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

Shades of Cutty Sark #53866E

Tints of Cutty Sark #53866E

Color information

#53866E (or 0x53866E) is unknown color: approx Cutty Sark. HEX triplet: 53, 86 and 6E. RGB value is (83,134,110). Sum of RGB (Red+Green+Blue) = 83+134+110=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #53866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53866E is #AC7991. Grayscale: #747474. Windows color (decimal): -11303314 or 7243347. OLE color: 7243347.

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

Color convert

RGB83134110-
CMYK0.3800.180.47
HSL151.76º23.5%42.55%-
HSV(B)151.76º38.06%52.55%-
XYZ14.9120.0117.83-
YUV116.02124.6104.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=25.38%
G=40.98%
B=33.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831341100.3800.180.47151.7623.542.55
Hex53866E260122F98182b
Octal12320615646022572303053
Binary10100111000011011011101001100100101011111001100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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