#58796B

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

Shades of Cutty Sark #58796B

Tints of Cutty Sark #58796B

Color information

#58796B (or 0x58796B) is unknown color: approx Cutty Sark. HEX triplet: 58, 79 and 6B. RGB value is (88,121,107). Sum of RGB (Red+Green+Blue) = 88+121+107=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #58796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58796B is #A78694. Grayscale: #6D6D6D. Windows color (decimal): -10978965 or 7043416. OLE color: 7043416.

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

Color convert

RGB88121107-
CMYK0.2700.120.53
HSL154.55º15.79%40.98%-
HSV(B)154.55º27.27%47.45%-
XYZ13.5216.8116.44-
YUV109.54126.57112.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.85%
GREEN value IS 121 (47.66% from 255) = 38.29%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=27.85%
G=38.29%
B=33.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881211070.2700.120.53154.5515.7940.98
Hex58796B1B0C359b1029
Octal13017115333014652332051
Binary10110001111001110101111011011001101011001101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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