Html Css Color HEX #58788E Lynch

📋 copy color: '#58788E'

red 88 ◦ green 120 ◦ blue 142

#58788E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lynch #58788E

Tints of Lynch #58788E

RGB

 RED value IS 88 (34.77% from 255) = 25.14%

 GREEN value IS 120 (47.27% from 255) = 34.29%

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 25.14%
G = 34.29%
B = 40.57%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58788E (or 0x58788E) is known color: Lynch. HEX triplet: 58, 78 and 8E. RGB value is (88,120,142). Sum of RGB (Red+Green+Blue) = 88+120+142=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #58788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58788E is #A78771. Grayscale: #707070. Windows color (decimal): -10979186 or 9336920. OLE color: 9336920.

HSL color Cylindrical-coordinate representation of color #58788E: hue angle of 204.44º 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 #58788E is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 120 142 -
CMYK 0.38 0.15 0 0.44
HSL 204.44º 0.23% 0.45% -
HSV(B) 204.44º 0.38% 0.56% -
XYZ 15.62 17.46 28.14 -
YUV 112.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 88 120 142 0.38 0.15 0 0.44 204.44 0.23 0.45
Hex 58 78 8E 26 F 0 2C CC 17 2D
Octal 130 170 216 46 17 0 54 314 27 55
Binary 1011000 1111000 10001110 100110 1111 0 101100 11001100 10111 101101

Color Harmonies of #58788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58788E

Black with #58788E

Text Example


Text Example

White with #58788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58788E;
 }
 .AnyTagClassName
 {
   color: #58788E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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