#58786A

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

Shades of Cutty Sark #58786A

Tints of Cutty Sark #58786A

Color information

#58786A (or 0x58786A) is unknown color: approx Cutty Sark. HEX triplet: 58, 78 and 6A. RGB value is (88,120,106). Sum of RGB (Red+Green+Blue) = 88+120+106=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #58786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58786A is #A78795. Grayscale: #6C6C6C. Windows color (decimal): -10979222 or 6977624. OLE color: 6977624.

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

Color convert

RGB88120106-
CMYK0.2700.120.53
HSL153.75º15.38%40.78%-
HSV(B)153.75º26.67%47.06%-
XYZ13.3416.5516.13-
YUV108.84126.4113.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=28.03%
G=38.22%
B=33.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881201060.2700.120.53153.7515.3840.78
Hex58786A1B0C359af29
Octal13017015233014652321751
Binary1011000111100011010101101101100110101100110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58786A; }

 p { color: rgb(88,120,106); }

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

<style>
 a { background-color: #58786A; }

 a { background-color: rgb(88,120,106); }

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

<style>
 span { border-color: #58786A; }

 span { border-color: rgb(88,120,106); }

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