Html Css Color HEX #509D88 Lochinvar

📋 copy color: '#509D88'

red 80 ◦ green 157 ◦ blue 136

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

Shades of Lochinvar #509D88

Tints of Lochinvar #509D88

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.09%

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

R = 21.45%
G = 42.09%
B = 36.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#509D88 (or 0x509D88) is known color: Lochinvar. HEX triplet: 50, 9D and 88. RGB value is (80,157,136). Sum of RGB (Red+Green+Blue) = 80+157+136=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #509D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509D88 is #AF6277. Grayscale: #838383. Windows color (decimal): -11494008 or 8953168. OLE color: 8953168.

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

Color convert

RGB 80 157 136 -
CMYK 0.49 0 0.13 0.38
HSL 163.64º 0.32% 0.46% -
HSV(B) 163.64º 0.49% 0.62% -
XYZ 19.81 27.6 27.58 -
YUV 131.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 80 157 136 0.49 0 0.13 0.38 163.64 0.32 0.46
Hex 50 9D 88 31 0 D 26 A4 20 2E
Octal 120 235 210 61 0 15 46 244 40 56
Binary 1010000 10011101 10001000 110001 0 1101 100110 10100100 100000 101110

Color Harmonies of #509D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D88

Black with #509D88

Text Example


Text Example

White with #509D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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