#57948B

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

Shades of Lochinvar #57948B

Tints of Lochinvar #57948B

Color information

#57948B (or 0x57948B) is unknown color: approx Lochinvar. HEX triplet: 57, 94 and 8B. RGB value is (87,148,139). Sum of RGB (Red+Green+Blue) = 87+148+139=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #57948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57948B is #A86B74. Grayscale: #808080. Windows color (decimal): -11037557 or 9147479. OLE color: 9147479.

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

Color convert

RGB87148139-
CMYK0.4100.060.42
HSL171.15º25.96%46.08%-
HSV(B)171.15º41.22%58.04%-
XYZ19.1825.0728.25-
YUV128.73133.7998.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.26%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=23.26%
G=39.57%
B=37.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871481390.4100.060.42171.1525.9646.08
Hex57948B29062Aab1a2e
Octal1272242135106522533256
Binary1010111100101001000101110100101101010101010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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