#58798E

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

Shades of Lynch #58798E

Tints of Lynch #58798E

Color information

#58798E (or 0x58798E) is unknown color: approx Lynch. HEX triplet: 58, 79 and 8E. RGB value is (88,121,142). Sum of RGB (Red+Green+Blue) = 88+121+142=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #58798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58798E is #A78671. Grayscale: #717171. Windows color (decimal): -10978930 or 9337176. OLE color: 9337176.

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

Color convert

RGB88121142-
CMYK0.380.1500.44
HSL203.33º23.48%45.1%-
HSV(B)203.33º38.03%55.69%-
XYZ15.7417.728.18-
YUV113.53144.07109.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 121 (47.66% from 255) = 34.47%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=25.07%
G=34.47%
B=40.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881211420.380.1500.44203.3323.4845.1
Hex58798E26F02Ccb172d
Octal13017121646170543132755
Binary1011000111100110001110100110111101011001100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58798E; }

 p { color: rgb(88,121,142); }

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

<style>
 a { background-color: #58798E; }

 a { background-color: rgb(88,121,142); }

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

<style>
 span { border-color: #58798E; }

 span { border-color: rgb(88,121,142); }

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