#58788D

Color #58788D Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #58788D

Tints of Lynch #58788D

Color information

#58788D (or 0x58788D) is unknown color: approx Lynch. HEX triplet: 58, 78 and 8D. RGB value is (88,120,141). Sum of RGB (Red+Green+Blue) = 88+120+141=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #58788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58788D is #A78772. Grayscale: #707070. Windows color (decimal): -10979187 or 9271384. OLE color: 9271384.

HSL color Cylindrical-coordinate representation of color #58788D: hue angle of 203.77º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58788D is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88120141-
CMYK0.380.1500.45
HSL203.77º23.14%44.9%-
HSV(B)203.77º37.59%55.29%-
XYZ15.5517.4327.74-
YUV112.83143.9110.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.21%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 141 (55.47% from 255) = 40.40%
R=25.21%
G=34.38%
B=40.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881201410.380.1500.45203.7723.1444.9
Hex58788D26F02Dcc172d
Octal13017021546170553142755
Binary1011000111100010001101100110111101011011100110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58788D; }

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

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

<style>
 a { background-color: #58788D; }

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

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

<style>
 span { border-color: #58788D; }

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

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