#58786D

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

Shades of Cutty Sark #58786D

Tints of Cutty Sark #58786D

Color information

#58786D (or 0x58786D) is unknown color: approx Cutty Sark. HEX triplet: 58, 78 and 6D. RGB value is (88,120,109). Sum of RGB (Red+Green+Blue) = 88+120+109=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 120 - color contains mainly: green. Hex color #58786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58786D is #A78792. Grayscale: #6D6D6D. Windows color (decimal): -10979219 or 7174232. OLE color: 7174232.

HSL color Cylindrical-coordinate representation of color #58786D: hue angle of 159.38º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58786D is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB88120109-
CMYK0.2700.090.53
HSL159.38º15.38%40.78%-
HSV(B)159.38º26.67%47.06%-
XYZ13.516.6116.96-
YUV109.18127.9112.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 109 (42.97% from 255) = 34.38%
R=27.76%
G=37.85%
B=34.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881201090.2700.090.53159.3815.3840.78
Hex58786D1B09359ff29
Octal13017015533011652371751
Binary1011000111100011011011101101001110101100111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58786D; }

 p { color: rgb(88,120,109); }

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

<style>
 a { background-color: #58786D; }

 a { background-color: rgb(88,120,109); }

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

<style>
 span { border-color: #58786D; }

 span { border-color: rgb(88,120,109); }

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