#57968C

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

Shades of Lochinvar #57968C

Tints of Lochinvar #57968C

Color information

#57968C (or 0x57968C) is unknown color: approx Lochinvar. HEX triplet: 57, 96 and 8C. RGB value is (87,150,140). Sum of RGB (Red+Green+Blue) = 87+150+140=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #57968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57968C is #A86973. Grayscale: #828282. Windows color (decimal): -11037044 or 9213527. OLE color: 9213527.

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

Color convert

RGB87150140-
CMYK0.4200.070.41
HSL170.48º26.58%46.47%-
HSV(B)170.48º42%58.82%-
XYZ19.5725.7328.75-
YUV130.02133.6397.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.08%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=23.08%
G=39.79%
B=37.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871501400.4200.070.41170.4826.5846.47
Hex57968C2A0729aa1b2e
Octal1272262145207512523356
Binary1010111100101101000110010101001111010011010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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