Html Css Color HEX #50927B Lochinvar

📋 copy color: '#50927B'

red 80 ◦ green 146 ◦ blue 123

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

Shades of Lochinvar #50927B

Tints of Lochinvar #50927B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.83%

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 22.92%
G = 41.83%
B = 35.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#50927B (or 0x50927B) is known color: Lochinvar. HEX triplet: 50, 92 and 7B. RGB value is (80,146,123). Sum of RGB (Red+Green+Blue) = 80+146+123=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #50927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50927B is #AF6D84. Grayscale: #7B7B7B. Windows color (decimal): -11496837 or 8098384. OLE color: 8098384.

HSL color Cylindrical-coordinate representation of color #50927B: hue angle of 159.09º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50927B is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 123 -
CMYK 0.45 0 0.16 0.43
HSL 159.09º 0.29% 0.44% -
HSV(B) 159.09º 0.45% 0.57% -
XYZ 17.16 23.69 22.41 -
YUV 123.64 127.63 96.87 -
System Red Green Blue C M Y K H S L
Decimal 80 146 123 0.45 0 0.16 0.43 159.09 0.29 0.44
Hex 50 92 7B 2D 0 10 2B 9F 1D 2C
Octal 120 222 173 55 0 20 53 237 35 54
Binary 1010000 10010010 1111011 101101 0 10000 101011 10011111 11101 101100

Color Harmonies of #50927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50927B

Black with #50927B

Text Example


Text Example

White with #50927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50927B; }

 p { color: rgb(80,146,123); }

 H1.HeaderClassName
 {
   color: #50927B;
 }
 .AnyTagClassName
 {
   color: #50927B;
 }
</style>

background-color css

<style>
 a { background-color: #50927B; }

 a { background-color: rgb(80,146,123); }

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

border-color css

<style>
 span { border-color: #50927B; }

 span { border-color: rgb(80,146,123); }

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