Html Css Color HEX #50948C Lochinvar

📋 copy color: '#50948C'

red 80 ◦ green 148 ◦ blue 140

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

Shades of Lochinvar #50948C

Tints of Lochinvar #50948C

RGB

 RED value IS 80 (31.64% from 255) = 21.74%

 GREEN value IS 148 (58.2% from 255) = 40.22%

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 21.74%
G = 40.22%
B = 38.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#50948C (or 0x50948C) is known color: Lochinvar. HEX triplet: 50, 94 and 8C. RGB value is (80,148,140). Sum of RGB (Red+Green+Blue) = 80+148+140=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #50948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50948C is #AF6B73. Grayscale: #7E7E7E. Windows color (decimal): -11496308 or 9213008. OLE color: 9213008.

HSL color Cylindrical-coordinate representation of color #50948C: hue angle of 172.94º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50948C is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 140 -
CMYK 0.46 0 0.05 0.42
HSL 172.94º 0.3% 0.45% -
HSV(B) 172.94º 0.46% 0.58% -
XYZ 18.63 24.78 28.61 -
YUV 126.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 80 148 140 0.46 0 0.05 0.42 172.94 0.3 0.45
Hex 50 94 8C 2E 0 5 2A AD 1E 2D
Octal 120 224 214 56 0 5 52 255 36 55
Binary 1010000 10010100 10001100 101110 0 101 101010 10101101 11110 101101

Color Harmonies of #50948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50948C

Black with #50948C

Text Example


Text Example

White with #50948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,148,140); }

 H1.HeaderClassName
 {
   color: #50948C;
 }
 .AnyTagClassName
 {
   color: #50948C;
 }
</style>

background-color css

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

 a { background-color: rgb(80,148,140); }

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

border-color css

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

 span { border-color: rgb(80,148,140); }

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