Html Css Color HEX #57998E Lochinvar

📋 copy color: '#57998E'

red 87 ◦ green 153 ◦ blue 142

#57998E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #57998E

Tints of Lochinvar #57998E

RGB

 RED value IS 87 (34.38% from 255) = 22.77%

 GREEN value IS 153 (60.16% from 255) = 40.05%

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 22.77%
G = 40.05%
B = 37.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#57998E (or 0x57998E) is known color: Lochinvar. HEX triplet: 57, 99 and 8E. RGB value is (87,153,142). Sum of RGB (Red+Green+Blue) = 87+153+142=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #57998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57998E is #A86671. Grayscale: #838383. Windows color (decimal): -11036274 or 9345367. OLE color: 9345367.

HSL color Cylindrical-coordinate representation of color #57998E: hue angle of 170º degrees, saturation: 0.28, 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 #57998E is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 153 142 -
CMYK 0.43 0 0.07 0.4
HSL 170º 0.28% 0.47% -
HSV(B) 170º 0.43% 0.6% -
XYZ 20.2 26.76 29.69 -
YUV 132.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 87 153 142 0.43 0 0.07 0.4 170 0.28 0.47
Hex 57 99 8E 2B 0 7 28 AA 1C 2F
Octal 127 231 216 53 0 7 50 252 34 57
Binary 1010111 10011001 10001110 101011 0 111 101000 10101010 11100 101111

Color Harmonies of #57998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57998E

Black with #57998E

Text Example


Text Example

White with #57998E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57998E;
 }
 .AnyTagClassName
 {
   color: #57998E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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