Html Css Color HEX #508B7A Lochinvar

📋 copy color: '#508B7A'

red 80 ◦ green 139 ◦ blue 122

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

Shades of Lochinvar #508B7A

Tints of Lochinvar #508B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.76%

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 23.46%
G = 40.76%
B = 35.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#508B7A (or 0x508B7A) is known color: Lochinvar. HEX triplet: 50, 8B and 7A. RGB value is (80,139,122). Sum of RGB (Red+Green+Blue) = 80+139+122=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #508B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B7A is #AF7485. Grayscale: #777777. Windows color (decimal): -11498630 or 8031056. OLE color: 8031056.

HSL color Cylindrical-coordinate representation of color #508B7A: hue angle of 162.71º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B7A is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 122 -
CMYK 0.42 0 0.12 0.45
HSL 162.71º 0.27% 0.43% -
HSV(B) 162.71º 0.42% 0.55% -
XYZ 16.05 21.58 21.73 -
YUV 119.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 80 139 122 0.42 0 0.12 0.45 162.71 0.27 0.43
Hex 50 8B 7A 2A 0 C 2D A3 1B 2B
Octal 120 213 172 52 0 14 55 243 33 53
Binary 1010000 10001011 1111010 101010 0 1100 101101 10100011 11011 101011

Color Harmonies of #508B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B7A

Black with #508B7A

Text Example


Text Example

White with #508B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508B7A; }

 p { color: rgb(80,139,122); }

 H1.HeaderClassName
 {
   color: #508B7A;
 }
 .AnyTagClassName
 {
   color: #508B7A;
 }
</style>

background-color css

<style>
 a { background-color: #508B7A; }

 a { background-color: rgb(80,139,122); }

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

border-color css

<style>
 span { border-color: #508B7A; }

 span { border-color: rgb(80,139,122); }

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