#57948A

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

Shades of Lochinvar #57948A

Tints of Lochinvar #57948A

Color information

#57948A (or 0x57948A) is unknown color: approx Lochinvar. HEX triplet: 57, 94 and 8A. RGB value is (87,148,138). Sum of RGB (Red+Green+Blue) = 87+148+138=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #57948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57948A is #A86B75. Grayscale: #808080. Windows color (decimal): -11037558 or 9081943. OLE color: 9081943.

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

Color convert

RGB87148138-
CMYK0.4100.070.42
HSL170.16º25.96%46.08%-
HSV(B)170.16º41.22%58.04%-
XYZ19.1125.0427.87-
YUV128.62133.2998.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=23.32%
G=39.68%
B=37.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871481380.4100.070.42170.1625.9646.08
Hex57948A29072Aaa1a2e
Octal1272242125107522523256
Binary1010111100101001000101010100101111010101010101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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