#58796C

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

Shades of Cutty Sark #58796C

Tints of Cutty Sark #58796C

Color information

#58796C (or 0x58796C) is unknown color: approx Cutty Sark. HEX triplet: 58, 79 and 6C. RGB value is (88,121,108). Sum of RGB (Red+Green+Blue) = 88+121+108=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #58796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58796C is #A78693. Grayscale: #6D6D6D. Windows color (decimal): -10978964 or 7108952. OLE color: 7108952.

HSL color Cylindrical-coordinate representation of color #58796C: hue angle of 156.36º degrees, saturation: 0.16, 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 #58796C is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB88121108-
CMYK0.2700.110.53
HSL156.36º15.79%40.98%-
HSV(B)156.36º27.27%47.45%-
XYZ13.5716.8316.72-
YUV109.65127.07112.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 121 (47.66% from 255) = 38.17%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=27.76%
G=38.17%
B=34.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881211080.2700.110.53156.3615.7940.98
Hex58796C1B0B359c1029
Octal13017115433013652342051
Binary10110001111001110110011011010111101011001110010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,121,108); }

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

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

 a { background-color: rgb(88,121,108); }

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

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

 span { border-color: rgb(88,121,108); }

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