Html Css Color HEX #58988D Lochinvar

📋 copy color: '#58988D'

red 88 ◦ green 152 ◦ blue 141

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

Shades of Lochinvar #58988D

Tints of Lochinvar #58988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.9%

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 23.1%
G = 39.9%
B = 37.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#58988D (or 0x58988D) is known color: Lochinvar. HEX triplet: 58, 98 and 8D. RGB value is (88,152,141). Sum of RGB (Red+Green+Blue) = 88+152+141=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #58988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58988D is #A76772. Grayscale: #838383. Windows color (decimal): -10970995 or 9279576. OLE color: 9279576.

HSL color Cylindrical-coordinate representation of color #58988D: hue angle of 169.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58988D is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 152 141 -
CMYK 0.42 0 0.07 0.40
HSL 169.69º 0.27% 0.47% -
HSV(B) 169.69º 0.42% 0.6% -
XYZ 20.06 26.45 29.25 -
YUV 131.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 88 152 141 0.42 0 0.07 0.40 169.69 0.27 0.47
Hex 58 98 8D 2A 0 7 28 AA 1B 2F
Octal 130 230 215 52 0 7 50 252 33 57
Binary 1011000 10011000 10001101 101010 0 111 101000 10101010 11011 101111

Color Harmonies of #58988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58988D

Black with #58988D

Text Example


Text Example

White with #58988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58988D;
 }
 .AnyTagClassName
 {
   color: #58988D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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