Html Css Color HEX #58958B Lochinvar

📋 copy color: '#58958B'

red 88 ◦ green 149 ◦ blue 139

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

Shades of Lochinvar #58958B

Tints of Lochinvar #58958B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

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

R = 23.4%
G = 39.63%
B = 36.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#58958B (or 0x58958B) is known color: Lochinvar. HEX triplet: 58, 95 and 8B. RGB value is (88,149,139). Sum of RGB (Red+Green+Blue) = 88+149+139=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #58958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58958B is #A76A74. Grayscale: #818181. Windows color (decimal): -10971765 or 9147736. OLE color: 9147736.

HSL color Cylindrical-coordinate representation of color #58958B: hue angle of 170.16º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58958B is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 149 139 -
CMYK 0.41 0 0.07 0.42
HSL 170.16º 0.26% 0.46% -
HSV(B) 170.16º 0.41% 0.58% -
XYZ 19.43 25.43 28.31 -
YUV 129.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 88 149 139 0.41 0 0.07 0.42 170.16 0.26 0.46
Hex 58 95 8B 29 0 7 2A AA 1A 2E
Octal 130 225 213 51 0 7 52 252 32 56
Binary 1011000 10010101 10001011 101001 0 111 101010 10101010 11010 101110

Color Harmonies of #58958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58958B

Black with #58958B

Text Example


Text Example

White with #58958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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