Html Css Color HEX #57988E Lochinvar

📋 copy color: '#57988E'

red 87 ◦ green 152 ◦ blue 142

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

Shades of Lochinvar #57988E

Tints of Lochinvar #57988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.9%

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

R = 22.83%
G = 39.9%
B = 37.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#57988E (or 0x57988E) is known color: 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

RGB 87 152 142 -
CMYK 0.43 0 0.07 0.40
HSL 170.77º 0.27% 0.47% -
HSV(B) 170.77º 0.43% 0.6% -
XYZ 20.04 26.44 29.64 -
YUV 131.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 87 152 142 0.43 0 0.07 0.40 170.77 0.27 0.47
Hex 57 98 8E 2B 0 7 28 AB 1B 2F
Octal 127 230 216 53 0 7 50 253 33 57
Binary 1010111 10011000 10001110 101011 0 111 101000 10101011 11011 101111

Color Harmonies of #57988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57988E

Black with #57988E

Text Example


Text Example

White with #57988E

Text Example


Text Example

HTML Codes & Css Web 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>