#58796D

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

Shades of Cutty Sark #58796D

Tints of Cutty Sark #58796D

Color information

#58796D (or 0x58796D) is unknown color: approx Cutty Sark. HEX triplet: 58, 79 and 6D. RGB value is (88,121,109). Sum of RGB (Red+Green+Blue) = 88+121+109=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 121 - color contains mainly: green. Hex color #58796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58796D is #A78692. Grayscale: #6D6D6D. Windows color (decimal): -10978963 or 7174488. OLE color: 7174488.

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

Color convert

RGB88121109-
CMYK0.2700.100.53
HSL158.18º15.79%40.98%-
HSV(B)158.18º27.27%47.45%-
XYZ13.6216.8517-
YUV109.76127.57112.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=27.67%
G=38.05%
B=34.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881211090.2700.100.53158.1815.7940.98
Hex58796D1B0A359e1029
Octal13017115533012652362051
Binary10110001111001110110111011010101101011001111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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