Html Css Color HEX #58788D Lynch

📋 copy color: '#58788D'

red 88 ◦ green 120 ◦ blue 141

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

Shades of Lynch #58788D

Tints of Lynch #58788D

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.4%

R = 25.21%
G = 34.38%
B = 40.4%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58788D (or 0x58788D) is known color: 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

RGB 88 120 141 -
CMYK 0.38 0.15 0 0.45
HSL 203.77º 0.23% 0.45% -
HSV(B) 203.77º 0.38% 0.55% -
XYZ 15.55 17.43 27.74 -
YUV 112.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 88 120 141 0.38 0.15 0 0.45 203.77 0.23 0.45
Hex 58 78 8D 26 F 0 2D CC 17 2D
Octal 130 170 215 46 17 0 55 314 27 55
Binary 1011000 1111000 10001101 100110 1111 0 101101 11001100 10111 101101

Color Harmonies of #58788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58788D

Black with #58788D

Text Example


Text Example

White with #58788D

Text Example


Text Example

HTML Codes & Css Web 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>