Html Css Color HEX #50867B Lochinvar

📋 copy color: '#50867B'

red 80 ◦ green 134 ◦ blue 123

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

Shades of Lochinvar #50867B

Tints of Lochinvar #50867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.76%

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

R = 23.74%
G = 39.76%
B = 36.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#50867B (or 0x50867B) is known color: Lochinvar. HEX triplet: 50, 86 and 7B. RGB value is (80,134,123). Sum of RGB (Red+Green+Blue) = 80+134+123=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #50867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50867B is #AF7984. Grayscale: #747474. Windows color (decimal): -11499909 or 8095312. OLE color: 8095312.

HSL color Cylindrical-coordinate representation of color #50867B: hue angle of 167.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50867B is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 134 123 -
CMYK 0.40 0 0.08 0.47
HSL 167.78º 0.25% 0.42% -
HSV(B) 167.78º 0.4% 0.53% -
XYZ 15.41 20.19 21.82 -
YUV 116.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 80 134 123 0.40 0 0.08 0.47 167.78 0.25 0.42
Hex 50 86 7B 28 0 8 2F A8 19 2A
Octal 120 206 173 50 0 10 57 250 31 52
Binary 1010000 10000110 1111011 101000 0 1000 101111 10101000 11001 101010

Color Harmonies of #50867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50867B

Black with #50867B

Text Example


Text Example

White with #50867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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