Html Css Color HEX #57998F Lochinvar

📋 copy color: '#57998F'

red 87 ◦ green 153 ◦ blue 143

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

Shades of Lochinvar #57998F

Tints of Lochinvar #57998F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 22.72%
G = 39.95%
B = 37.34%

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

#57998F (or 0x57998F) is known color: Lochinvar. HEX triplet: 57, 99 and 8F. RGB value is (87,153,143). Sum of RGB (Red+Green+Blue) = 87+153+143=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #57998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57998F is #A86670. Grayscale: #848484. Windows color (decimal): -11036273 or 9410903. OLE color: 9410903.

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

Color convert

RGB 87 153 143 -
CMYK 0.43 0 0.07 0.4
HSL 170.91º 0.28% 0.47% -
HSV(B) 170.91º 0.43% 0.6% -
XYZ 20.28 26.79 30.09 -
YUV 132.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 87 153 143 0.43 0 0.07 0.4 170.91 0.28 0.47
Hex 57 99 8F 2B 0 7 28 AB 1C 2F
Octal 127 231 217 53 0 7 50 253 34 57
Binary 1010111 10011001 10001111 101011 0 111 101000 10101011 11100 101111

Color Harmonies of #57998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57998F

Black with #57998F

Text Example


Text Example

White with #57998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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