Html Css Color HEX #57918A Lochinvar

📋 copy color: '#57918A'

red 87 ◦ green 145 ◦ blue 138

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

Shades of Lochinvar #57918A

Tints of Lochinvar #57918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.19%

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 23.51%
G = 39.19%
B = 37.3%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#57918A (or 0x57918A) is known color: Lochinvar. HEX triplet: 57, 91 and 8A. RGB value is (87,145,138). Sum of RGB (Red+Green+Blue) = 87+145+138=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #57918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57918A is #A86E75. Grayscale: #7E7E7E. Windows color (decimal): -11038326 or 9081175. OLE color: 9081175.

HSL color Cylindrical-coordinate representation of color #57918A: hue angle of 172.76º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57918A is Cyan = 0.4, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 145 138 -
CMYK 0.4 0 0.05 0.43
HSL 172.76º 0.25% 0.45% -
HSV(B) 172.76º 0.4% 0.57% -
XYZ 18.64 24.11 27.72 -
YUV 126.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 87 145 138 0.4 0 0.05 0.43 172.76 0.25 0.45
Hex 57 91 8A 28 0 5 2B AD 19 2D
Octal 127 221 212 50 0 5 53 255 31 55
Binary 1010111 10010001 10001010 101000 0 101 101011 10101101 11001 101101

Color Harmonies of #57918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57918A

Black with #57918A

Text Example


Text Example

White with #57918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57918A; }

 p { color: rgb(87,145,138); }

 H1.HeaderClassName
 {
   color: #57918A;
 }
 .AnyTagClassName
 {
   color: #57918A;
 }
</style>

background-color css

<style>
 a { background-color: #57918A; }

 a { background-color: rgb(87,145,138); }

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

border-color css

<style>
 span { border-color: #57918A; }

 span { border-color: rgb(87,145,138); }

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