#57928A

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

Shades of Lochinvar #57928A

Tints of Lochinvar #57928A

Color information

#57928A (or 0x57928A) is unknown color: approx Lochinvar. HEX triplet: 57, 92 and 8A. RGB value is (87,146,138). Sum of RGB (Red+Green+Blue) = 87+146+138=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #57928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57928A is #A86D75. Grayscale: #7F7F7F. Windows color (decimal): -11038070 or 9081431. OLE color: 9081431.

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

Color convert

RGB87146138-
CMYK0.4000.050.43
HSL171.86º25.32%45.69%-
HSV(B)171.86º40.41%57.25%-
XYZ18.824.4227.77-
YUV127.45133.9599.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=23.45%
G=39.35%
B=37.20%

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
Decimal871461380.4000.050.43171.8625.3245.69
Hex57928A28052Bac192e
Octal1272222125005532543156
Binary1010111100100101000101010100001011010111010110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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