#58756B

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

Shades of Cutty Sark #58756B

Tints of Cutty Sark #58756B

Color information

#58756B (or 0x58756B) is unknown color: approx Cutty Sark. HEX triplet: 58, 75 and 6B. RGB value is (88,117,107). Sum of RGB (Red+Green+Blue) = 88+117+107=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #58756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58756B is #A78A94. Grayscale: #6B6B6B. Windows color (decimal): -10979989 or 7042392. OLE color: 7042392.

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

Color convert

RGB88117107-
CMYK0.2500.090.54
HSL159.31º14.15%40.2%-
HSV(B)159.31º24.79%45.88%-
XYZ13.0415.8616.28-
YUV107.19127.89114.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.21%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=28.21%
G=37.5%
B=34.29%

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
Decimal881171070.2500.090.54159.3114.1540.2
Hex58756B1909369fe28
Octal13016515331011662371650
Binary1011000111010111010111100101001110110100111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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