#57988E

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

Shades of Lochinvar #57988E

Tints of Lochinvar #57988E

Color information

#57988E (or 0x57988E) is unknown color: approx Lochinvar. HEX triplet: 57, 98 and 8E. RGB value is (87,152,142). Sum of RGB (Red+Green+Blue) = 87+152+142=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #57988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57988E is #A86771. Grayscale: #838383. Windows color (decimal): -11036530 or 9345111. OLE color: 9345111.

HSL color Cylindrical-coordinate representation of color #57988E: hue angle of 170.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57988E is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB87152142-
CMYK0.4300.070.40
HSL170.77º27.2%46.86%-
HSV(B)170.77º42.76%59.61%-
XYZ20.0426.4429.64-
YUV131.42133.9796.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.83%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=22.83%
G=39.90%
B=37.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871521420.4300.070.40170.7727.246.86
Hex57988E2B0728ab1b2f
Octal1272302165307502533357
Binary1010111100110001000111010101101111010001010101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57988E; }

 p { color: rgb(87,152,142); }

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

<style>
 a { background-color: #57988E; }

 a { background-color: rgb(87,152,142); }

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

<style>
 span { border-color: #57988E; }

 span { border-color: rgb(87,152,142); }

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