Html Css Color HEX #508E88 Lochinvar

📋 copy color: '#508E88'

red 80 ◦ green 142 ◦ blue 136

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

Shades of Lochinvar #508E88

Tints of Lochinvar #508E88

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.66%

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 22.35%
G = 39.66%
B = 37.99%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#508E88 (or 0x508E88) is known color: Lochinvar. HEX triplet: 50, 8E and 88. RGB value is (80,142,136). Sum of RGB (Red+Green+Blue) = 80+142+136=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 142 - color contains mainly: green. Hex color #508E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508E88 is #AF7177. Grayscale: #7A7A7A. Windows color (decimal): -11497848 or 8949328. OLE color: 8949328.

HSL color Cylindrical-coordinate representation of color #508E88: hue angle of 174.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508E88 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 142 136 -
CMYK 0.44 0 0.04 0.44
HSL 174.19º 0.28% 0.44% -
HSV(B) 174.19º 0.44% 0.56% -
XYZ 17.43 22.83 26.78 -
YUV 122.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 80 142 136 0.44 0 0.04 0.44 174.19 0.28 0.44
Hex 50 8E 88 2C 0 4 2C AE 1C 2C
Octal 120 216 210 54 0 4 54 256 34 54
Binary 1010000 10001110 10001000 101100 0 100 101100 10101110 11100 101100

Color Harmonies of #508E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E88

Black with #508E88

Text Example


Text Example

White with #508E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,142,136); }

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

background-color css

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

 a { background-color: rgb(80,142,136); }

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

border-color css

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

 span { border-color: rgb(80,142,136); }

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