#58786B

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

Shades of Cutty Sark #58786B

Tints of Cutty Sark #58786B

Color information

#58786B (or 0x58786B) is unknown color: approx Cutty Sark. HEX triplet: 58, 78 and 6B. RGB value is (88,120,107). Sum of RGB (Red+Green+Blue) = 88+120+107=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #58786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58786B is #A78794. Grayscale: #6C6C6C. Windows color (decimal): -10979221 or 7043160. OLE color: 7043160.

HSL color Cylindrical-coordinate representation of color #58786B: hue angle of 155.62º 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 #58786B is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB88120107-
CMYK0.2700.110.53
HSL155.62º15.38%40.78%-
HSV(B)155.62º26.67%47.06%-
XYZ13.3916.5716.4-
YUV108.95126.9113.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=27.94%
G=38.10%
B=33.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881201070.2700.110.53155.6215.3840.78
Hex58786B1B0B359cf29
Octal13017015333013652341751
Binary1011000111100011010111101101011110101100111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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