Html Css Color HEX #509E88 Lochinvar

📋 copy color: '#509E88'

red 80 ◦ green 158 ◦ blue 136

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

Shades of Lochinvar #509E88

Tints of Lochinvar #509E88

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.25%

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

R = 21.39%
G = 42.25%
B = 36.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#509E88 (or 0x509E88) is known color: Lochinvar. HEX triplet: 50, 9E and 88. RGB value is (80,158,136). Sum of RGB (Red+Green+Blue) = 80+158+136=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #509E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E88 is #AF6177. Grayscale: #848484. Windows color (decimal): -11493752 or 8953424. OLE color: 8953424.

HSL color Cylindrical-coordinate representation of color #509E88: hue angle of 163.08º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E88 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 158 136 -
CMYK 0.49 0 0.14 0.38
HSL 163.08º 0.33% 0.47% -
HSV(B) 163.08º 0.49% 0.62% -
XYZ 19.98 27.94 27.63 -
YUV 132.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 80 158 136 0.49 0 0.14 0.38 163.08 0.33 0.47
Hex 50 9E 88 31 0 E 26 A3 21 2F
Octal 120 236 210 61 0 16 46 243 41 57
Binary 1010000 10011110 10001000 110001 0 1110 100110 10100011 100001 101111

Color Harmonies of #509E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E88

Black with #509E88

Text Example


Text Example

White with #509E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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