#58766B

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

Shades of Cutty Sark #58766B

Tints of Cutty Sark #58766B

Color information

#58766B (or 0x58766B) is unknown color: approx Cutty Sark. HEX triplet: 58, 76 and 6B. RGB value is (88,118,107). Sum of RGB (Red+Green+Blue) = 88+118+107=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #58766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58766B is #A78994. Grayscale: #6B6B6B. Windows color (decimal): -10979733 or 7042648. OLE color: 7042648.

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

Color convert

RGB88118107-
CMYK0.2500.090.54
HSL158º14.56%40.39%-
HSV(B)158º25.42%46.27%-
XYZ13.1616.0916.32-
YUV107.78127.56113.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.12%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=28.12%
G=37.70%
B=34.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881181070.2500.090.5415814.5640.39
Hex58766B1909369ef28
Octal13016615331011662361750
Binary1011000111011011010111100101001110110100111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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