#57968D

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

Shades of Lochinvar #57968D

Tints of Lochinvar #57968D

Color information

#57968D (or 0x57968D) is unknown color: approx Lochinvar. HEX triplet: 57, 96 and 8D. RGB value is (87,150,141). Sum of RGB (Red+Green+Blue) = 87+150+141=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #57968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57968D is #A86972. Grayscale: #828282. Windows color (decimal): -11037043 or 9279063. OLE color: 9279063.

HSL color Cylindrical-coordinate representation of color #57968D: hue angle of 171.43º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57968D is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB87150141-
CMYK0.4200.060.41
HSL171.43º26.58%46.47%-
HSV(B)171.43º42%58.82%-
XYZ19.6425.7629.14-
YUV130.14134.1397.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=23.02%
G=39.68%
B=37.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871501410.4200.060.41171.4326.5846.47
Hex57968D2A0629ab1b2e
Octal1272262155206512533356
Binary1010111100101101000110110101001101010011010101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57968D; }

 p { color: rgb(87,150,141); }

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

<style>
 a { background-color: #57968D; }

 a { background-color: rgb(87,150,141); }

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

<style>
 span { border-color: #57968D; }

 span { border-color: rgb(87,150,141); }

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