#53886C

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

Shades of Cutty Sark #53886C

Tints of Cutty Sark #53886C

Color information

#53886C (or 0x53886C) is unknown color: approx Cutty Sark. HEX triplet: 53, 88 and 6C. RGB value is (83,136,108). Sum of RGB (Red+Green+Blue) = 83+136+108=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #53886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53886C is #AC7793. Grayscale: #757575. Windows color (decimal): -11302804 or 7112787. OLE color: 7112787.

HSL color Cylindrical-coordinate representation of color #53886C: hue angle of 148.3º 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 #53886C is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB83136108-
CMYK0.3900.210.47
HSL148.3º24.2%42.94%-
HSV(B)148.3º38.97%53.33%-
XYZ15.0820.5317.36-
YUV116.96122.94103.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=25.38%
G=41.59%
B=33.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831361080.3900.210.47148.324.242.94
Hex53886C270152F94182b
Octal12321015447025572243053
Binary10100111000100011011001001110101011011111001010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53886C; }

 p { color: rgb(83,136,108); }

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

<style>
 a { background-color: #53886C; }

 a { background-color: rgb(83,136,108); }

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

<style>
 span { border-color: #53886C; }

 span { border-color: rgb(83,136,108); }

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