Html Css Color HEX #509185 Lochinvar

📋 copy color: '#509185'

red 80 ◦ green 145 ◦ blue 133

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

Shades of Lochinvar #509185

Tints of Lochinvar #509185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.5%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 22.35%
G = 40.5%
B = 37.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#509185 (or 0x509185) is known color: Lochinvar. HEX triplet: 50, 91 and 85. RGB value is (80,145,133). Sum of RGB (Red+Green+Blue) = 80+145+133=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #509185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509185 is #AF6E7A. Grayscale: #7C7C7C. Windows color (decimal): -11497083 or 8753488. OLE color: 8753488.

HSL color Cylindrical-coordinate representation of color #509185: hue angle of 168.92º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509185 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 133 -
CMYK 0.45 0 0.08 0.43
HSL 168.92º 0.29% 0.44% -
HSV(B) 168.92º 0.45% 0.57% -
XYZ 17.67 23.65 25.82 -
YUV 124.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 80 145 133 0.45 0 0.08 0.43 168.92 0.29 0.44
Hex 50 91 85 2D 0 8 2B A9 1D 2C
Octal 120 221 205 55 0 10 53 251 35 54
Binary 1010000 10010001 10000101 101101 0 1000 101011 10101001 11101 101100

Color Harmonies of #509185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509185

Black with #509185

Text Example


Text Example

White with #509185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509185; }

 p { color: rgb(80,145,133); }

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

background-color css

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

 a { background-color: rgb(80,145,133); }

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

border-color css

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

 span { border-color: rgb(80,145,133); }

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