#53786C

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

Shades of Cutty Sark #53786C

Tints of Cutty Sark #53786C

Color information

#53786C (or 0x53786C) is unknown color: approx Cutty Sark. HEX triplet: 53, 78 and 6C. RGB value is (83,120,108). Sum of RGB (Red+Green+Blue) = 83+120+108=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #53786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53786C is #AC8793. Grayscale: #6B6B6B. Windows color (decimal): -11306900 or 7108691. OLE color: 7108691.

HSL color Cylindrical-coordinate representation of color #53786C: hue angle of 160.54º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53786C is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB83120108-
CMYK0.3100.100.53
HSL160.54º18.23%39.8%-
HSV(B)160.54º30.83%47.06%-
XYZ12.9916.3516.66-
YUV107.57128.24110.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=26.69%
G=38.59%
B=34.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831201080.3100.100.53160.5418.2339.8
Hex53786C1F0A35a11228
Octal12317015437012652412250
Binary10100111111000110110011111010101101011010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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