Html Css Color HEX #508983 Lochinvar

📋 copy color: '#508983'

red 80 ◦ green 137 ◦ blue 131

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

Shades of Lochinvar #508983

Tints of Lochinvar #508983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

 BLUE value IS 131 (51.56% from 255) = 37.64%

R = 22.99%
G = 39.37%
B = 37.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#508983 (or 0x508983) is known color: Lochinvar. HEX triplet: 50, 89 and 83. RGB value is (80,137,131). Sum of RGB (Red+Green+Blue) = 80+137+131=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #508983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508983 is #AF767C. Grayscale: #777777. Windows color (decimal): -11499133 or 8620368. OLE color: 8620368.

HSL color Cylindrical-coordinate representation of color #508983: hue angle of 173.68º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508983 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 131 -
CMYK 0.42 0 0.04 0.46
HSL 173.68º 0.26% 0.43% -
HSV(B) 173.68º 0.42% 0.54% -
XYZ 16.35 21.24 24.71 -
YUV 119.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 80 137 131 0.42 0 0.04 0.46 173.68 0.26 0.43
Hex 50 89 83 2A 0 4 2E AE 1A 2B
Octal 120 211 203 52 0 4 56 256 32 53
Binary 1010000 10001001 10000011 101010 0 100 101110 10101110 11010 101011

Color Harmonies of #508983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508983

Black with #508983

Text Example


Text Example

White with #508983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508983; }

 p { color: rgb(80,137,131); }

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

background-color css

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

 a { background-color: rgb(80,137,131); }

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

border-color css

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

 span { border-color: rgb(80,137,131); }

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