Html Css Color HEX #58948C Lochinvar

📋 copy color: '#58948C'

red 88 ◦ green 148 ◦ blue 140

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

Shades of Lochinvar #58948C

Tints of Lochinvar #58948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 23.4%
G = 39.36%
B = 37.23%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#58948C (or 0x58948C) is known color: Lochinvar. HEX triplet: 58, 94 and 8C. RGB value is (88,148,140). Sum of RGB (Red+Green+Blue) = 88+148+140=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #58948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58948C is #A76B73. Grayscale: #818181. Windows color (decimal): -10972020 or 9213016. OLE color: 9213016.

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

Color convert

RGB 88 148 140 -
CMYK 0.41 0 0.05 0.42
HSL 172º 0.25% 0.46% -
HSV(B) 172º 0.41% 0.58% -
XYZ 19.35 25.15 28.65 -
YUV 129.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 88 148 140 0.41 0 0.05 0.42 172 0.25 0.46
Hex 58 94 8C 29 0 5 2A AC 19 2E
Octal 130 224 214 51 0 5 52 254 31 56
Binary 1011000 10010100 10001100 101001 0 101 101010 10101100 11001 101110

Color Harmonies of #58948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58948C

Black with #58948C

Text Example


Text Example

White with #58948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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