#58776C

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

Shades of Cutty Sark #58776C

Tints of Cutty Sark #58776C

Color information

#58776C (or 0x58776C) is unknown color: approx Cutty Sark. HEX triplet: 58, 77 and 6C. RGB value is (88,119,108). Sum of RGB (Red+Green+Blue) = 88+119+108=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #58776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58776C is #A78893. Grayscale: #6C6C6C. Windows color (decimal): -10979476 or 7108440. OLE color: 7108440.

HSL color Cylindrical-coordinate representation of color #58776C: hue angle of 158.71º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58776C is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB88119108-
CMYK0.2600.090.53
HSL158.71º14.98%40.59%-
HSV(B)158.71º26.05%46.67%-
XYZ13.3316.3516.64-
YUV108.48127.73113.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 119 (46.88% from 255) = 37.78%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=27.94%
G=37.78%
B=34.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881191080.2600.090.53158.7114.9840.59
Hex58776C1A09359ff29
Octal13016715432011652371751
Binary1011000111011111011001101001001110101100111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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