Html Css Color HEX #58928B Lochinvar

📋 copy color: '#58928B'

red 88 ◦ green 146 ◦ blue 139

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

Shades of Lochinvar #58928B

Tints of Lochinvar #58928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.14%

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

R = 23.59%
G = 39.14%
B = 37.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#58928B (or 0x58928B) is known color: Lochinvar. HEX triplet: 58, 92 and 8B. RGB value is (88,146,139). Sum of RGB (Red+Green+Blue) = 88+146+139=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #58928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58928B is #A76D74. Grayscale: #7F7F7F. Windows color (decimal): -10972533 or 9146968. OLE color: 9146968.

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

Color convert

RGB 88 146 139 -
CMYK 0.40 0 0.05 0.43
HSL 172.76º 0.25% 0.46% -
HSV(B) 172.76º 0.4% 0.57% -
XYZ 18.96 24.5 28.15 -
YUV 127.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 88 146 139 0.40 0 0.05 0.43 172.76 0.25 0.46
Hex 58 92 8B 28 0 5 2B AD 19 2E
Octal 130 222 213 50 0 5 53 255 31 56
Binary 1011000 10010010 10001011 101000 0 101 101011 10101101 11001 101110

Color Harmonies of #58928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58928B

Black with #58928B

Text Example


Text Example

White with #58928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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