Html Css Color HEX #58938B Lochinvar

📋 copy color: '#58938B'

red 88 ◦ green 147 ◦ blue 139

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

Shades of Lochinvar #58938B

Tints of Lochinvar #58938B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.3%

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 23.53%
G = 39.3%
B = 37.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#58938B (or 0x58938B) is known color: Lochinvar. HEX triplet: 58, 93 and 8B. RGB value is (88,147,139). Sum of RGB (Red+Green+Blue) = 88+147+139=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #58938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58938B is #A76C74. Grayscale: #808080. Windows color (decimal): -10972277 or 9147224. OLE color: 9147224.

HSL color Cylindrical-coordinate representation of color #58938B: hue angle of 171.86º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58938B is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 147 139 -
CMYK 0.40 0 0.05 0.42
HSL 171.86º 0.25% 0.46% -
HSV(B) 171.86º 0.4% 0.58% -
XYZ 19.12 24.81 28.21 -
YUV 128.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 88 147 139 0.40 0 0.05 0.42 171.86 0.25 0.46
Hex 58 93 8B 28 0 5 2A AC 19 2E
Octal 130 223 213 50 0 5 52 254 31 56
Binary 1011000 10010011 10001011 101000 0 101 101010 10101100 11001 101110

Color Harmonies of #58938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58938B

Black with #58938B

Text Example


Text Example

White with #58938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58938B; }

 p { color: rgb(88,147,139); }

 H1.HeaderClassName
 {
   color: #58938B;
 }
 .AnyTagClassName
 {
   color: #58938B;
 }
</style>

background-color css

<style>
 a { background-color: #58938B; }

 a { background-color: rgb(88,147,139); }

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

border-color css

<style>
 span { border-color: #58938B; }

 span { border-color: rgb(88,147,139); }

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