Html Css Color HEX #58948B Lochinvar

📋 copy color: '#58948B'

red 88 ◦ green 148 ◦ blue 139

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

Shades of Lochinvar #58948B

Tints of Lochinvar #58948B

RGB

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

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

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

R = 23.47%
G = 39.47%
B = 37.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#58948B (or 0x58948B) is known color: Lochinvar. HEX triplet: 58, 94 and 8B. RGB value is (88,148,139). Sum of RGB (Red+Green+Blue) = 88+148+139=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #58948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58948B is #A76B74. Grayscale: #818181. Windows color (decimal): -10972021 or 9147480. OLE color: 9147480.

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

Color convert

RGB 88 148 139 -
CMYK 0.41 0 0.06 0.42
HSL 171º 0.25% 0.46% -
HSV(B) 171º 0.41% 0.58% -
XYZ 19.27 25.12 28.26 -
YUV 129.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 88 148 139 0.41 0 0.06 0.42 171 0.25 0.46
Hex 58 94 8B 29 0 6 2A AB 19 2E
Octal 130 224 213 51 0 6 52 253 31 56
Binary 1011000 10010100 10001011 101001 0 110 101010 10101011 11001 101110

Color Harmonies of #58948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58948B

Black with #58948B

Text Example


Text Example

White with #58948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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