Html Css Color HEX #509485 Lochinvar

📋 copy color: '#509485'

red 80 ◦ green 148 ◦ blue 133

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

Shades of Lochinvar #509485

Tints of Lochinvar #509485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

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

R = 22.16%
G = 41%
B = 36.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#509485 (or 0x509485) is known color: Lochinvar. HEX triplet: 50, 94 and 85. RGB value is (80,148,133). Sum of RGB (Red+Green+Blue) = 80+148+133=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #509485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509485 is #AF6B7A. Grayscale: #7D7D7D. Windows color (decimal): -11496315 or 8754256. OLE color: 8754256.

HSL color Cylindrical-coordinate representation of color #509485: hue angle of 166.76º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509485 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 133 -
CMYK 0.46 0 0.10 0.42
HSL 166.76º 0.3% 0.45% -
HSV(B) 166.76º 0.46% 0.58% -
XYZ 18.13 24.58 25.98 -
YUV 125.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 80 148 133 0.46 0 0.10 0.42 166.76 0.3 0.45
Hex 50 94 85 2E 0 A 2A A7 1E 2D
Octal 120 224 205 56 0 12 52 247 36 55
Binary 1010000 10010100 10000101 101110 0 1010 101010 10100111 11110 101101

Color Harmonies of #509485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509485

Black with #509485

Text Example


Text Example

White with #509485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509485; }

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

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

background-color css

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

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

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

border-color css

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

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

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