Html Css Color HEX #508B7B Lochinvar

📋 copy color: '#508B7B'

red 80 ◦ green 139 ◦ blue 123

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

Shades of Lochinvar #508B7B

Tints of Lochinvar #508B7B

RGB

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

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

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

R = 23.39%
G = 40.64%
B = 35.96%

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

#508B7B (or 0x508B7B) is known color: Lochinvar. HEX triplet: 50, 8B and 7B. RGB value is (80,139,123). Sum of RGB (Red+Green+Blue) = 80+139+123=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #508B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B7B is #AF7484. Grayscale: #777777. Windows color (decimal): -11498629 or 8096592. OLE color: 8096592.

HSL color Cylindrical-coordinate representation of color #508B7B: hue angle of 163.73º 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 #508B7B is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 123 -
CMYK 0.42 0 0.12 0.45
HSL 163.73º 0.27% 0.43% -
HSV(B) 163.73º 0.42% 0.55% -
XYZ 16.12 21.6 22.06 -
YUV 119.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 80 139 123 0.42 0 0.12 0.45 163.73 0.27 0.43
Hex 50 8B 7B 2A 0 C 2D A4 1B 2B
Octal 120 213 173 52 0 14 55 244 33 53
Binary 1010000 10001011 1111011 101010 0 1100 101101 10100100 11011 101011

Color Harmonies of #508B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B7B

Black with #508B7B

Text Example


Text Example

White with #508B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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