#58796E

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

Shades of Cutty Sark #58796E

Tints of Cutty Sark #58796E

Color information

#58796E (or 0x58796E) is unknown color: approx Cutty Sark. HEX triplet: 58, 79 and 6E. RGB value is (88,121,110). Sum of RGB (Red+Green+Blue) = 88+121+110=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #58796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58796E is #A78691. Grayscale: #6D6D6D. Windows color (decimal): -10978962 or 7240024. OLE color: 7240024.

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

Color convert

RGB88121110-
CMYK0.2700.090.53
HSL160º15.79%40.98%-
HSV(B)160º27.27%47.45%-
XYZ13.6816.8817.29-
YUV109.88128.07112.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=27.59%
G=37.93%
B=34.48%

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
Decimal881211100.2700.090.5316015.7940.98
Hex58796E1B0935a01029
Octal13017115633011652402051
Binary10110001111001110111011011010011101011010000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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