#58766D

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

Shades of Cutty Sark #58766D

Tints of Cutty Sark #58766D

Color information

#58766D (or 0x58766D) is unknown color: approx Cutty Sark. HEX triplet: 58, 76 and 6D. RGB value is (88,118,109). Sum of RGB (Red+Green+Blue) = 88+118+109=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #58766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58766D is #A78992. Grayscale: #6C6C6C. Windows color (decimal): -10979731 or 7173720. OLE color: 7173720.

HSL color Cylindrical-coordinate representation of color #58766D: hue angle of 162º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58766D is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB88118109-
CMYK0.2500.080.54
HSL162º14.56%40.39%-
HSV(B)162º25.42%46.27%-
XYZ13.2616.1416.88-
YUV108128.56113.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=27.94%
G=37.46%
B=34.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881181090.2500.080.5416214.5640.39
Hex58766D190836a2f28
Octal13016615531010662421750
Binary1011000111011011011011100101000110110101000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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