#58766C

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

Shades of Cutty Sark #58766C

Tints of Cutty Sark #58766C

Color information

#58766C (or 0x58766C) is unknown color: approx Cutty Sark. HEX triplet: 58, 76 and 6C. RGB value is (88,118,108). Sum of RGB (Red+Green+Blue) = 88+118+108=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #58766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58766C is #A78993. Grayscale: #6B6B6B. Windows color (decimal): -10979732 or 7108184. OLE color: 7108184.

HSL color Cylindrical-coordinate representation of color #58766C: hue angle of 160º 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 #58766C is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB88118108-
CMYK0.2500.080.54
HSL160º14.56%40.39%-
HSV(B)160º25.42%46.27%-
XYZ13.2116.1116.6-
YUV107.89128.06113.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=28.03%
G=37.58%
B=34.39%

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
Decimal881181080.2500.080.5416014.5640.39
Hex58766C190836a0f28
Octal13016615431010662401750
Binary1011000111011011011001100101000110110101000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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