Html Css Color HEX #58948A Lochinvar

📋 copy color: '#58948A'

red 88 ◦ green 148 ◦ blue 138

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

Shades of Lochinvar #58948A

Tints of Lochinvar #58948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.57%

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 23.53%
G = 39.57%
B = 36.9%

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

#58948A (or 0x58948A) is known color: Lochinvar. HEX triplet: 58, 94 and 8A. RGB value is (88,148,138). Sum of RGB (Red+Green+Blue) = 88+148+138=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #58948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58948A is #A76B75. Grayscale: #808080. Windows color (decimal): -10972022 or 9081944. OLE color: 9081944.

HSL color Cylindrical-coordinate representation of color #58948A: hue angle of 170º degrees, saturation: 0.25, 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 #58948A is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 138 -
CMYK 0.41 0 0.07 0.42
HSL 170º 0.25% 0.46% -
HSV(B) 170º 0.41% 0.58% -
XYZ 19.2 25.09 27.88 -
YUV 128.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 88 148 138 0.41 0 0.07 0.42 170 0.25 0.46
Hex 58 94 8A 29 0 7 2A AA 19 2E
Octal 130 224 212 51 0 7 52 252 31 56
Binary 1011000 10010100 10001010 101001 0 111 101010 10101010 11001 101110

Color Harmonies of #58948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58948A

Black with #58948A

Text Example


Text Example

White with #58948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58948A; }

 p { color: rgb(88,148,138); }

 H1.HeaderClassName
 {
   color: #58948A;
 }
 .AnyTagClassName
 {
   color: #58948A;
 }
</style>

background-color css

<style>
 a { background-color: #58948A; }

 a { background-color: rgb(88,148,138); }

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

border-color css

<style>
 span { border-color: #58948A; }

 span { border-color: rgb(88,148,138); }

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