#57928B

Color #57928B Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #57928B

Tints of Lochinvar #57928B

Color information

#57928B (or 0x57928B) is unknown color: approx Lochinvar. HEX triplet: 57, 92 and 8B. RGB value is (87,146,139). Sum of RGB (Red+Green+Blue) = 87+146+139=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #57928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57928B is #A86D74. Grayscale: #7F7F7F. Windows color (decimal): -11038069 or 9146967. OLE color: 9146967.

HSL color Cylindrical-coordinate representation of color #57928B: hue angle of 172.88º 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 #57928B is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB87146139-
CMYK0.4000.050.43
HSL172.88º25.32%45.69%-
HSV(B)172.88º40.41%57.25%-
XYZ18.8724.4528.15-
YUV127.56134.4599.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.39%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=23.39%
G=39.25%
B=37.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871461390.4000.050.43172.8825.3245.69
Hex57928B28052Bad192e
Octal1272222135005532553156
Binary1010111100100101000101110100001011010111010110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57928B;
 }
 .AnyTagClassName
 {
   color: #57928B;
 }
</style>
background-color css

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

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

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

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

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

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