Html Css Color HEX #509482 Lochinvar

📋 copy color: '#509482'

red 80 ◦ green 148 ◦ blue 130

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

Shades of Lochinvar #509482

Tints of Lochinvar #509482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 22.35%
G = 41.34%
B = 36.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#509482 (or 0x509482) is known color: Lochinvar. HEX triplet: 50, 94 and 82. RGB value is (80,148,130). Sum of RGB (Red+Green+Blue) = 80+148+130=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #509482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509482 is #AF6B7D. Grayscale: #7D7D7D. Windows color (decimal): -11496318 or 8557648. OLE color: 8557648.

HSL color Cylindrical-coordinate representation of color #509482: hue angle of 164.12º 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 #509482 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 130 -
CMYK 0.46 0 0.12 0.42
HSL 164.12º 0.3% 0.45% -
HSV(B) 164.12º 0.46% 0.58% -
XYZ 17.93 24.5 24.9 -
YUV 125.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 80 148 130 0.46 0 0.12 0.42 164.12 0.3 0.45
Hex 50 94 82 2E 0 C 2A A4 1E 2D
Octal 120 224 202 56 0 14 52 244 36 55
Binary 1010000 10010100 10000010 101110 0 1100 101010 10100100 11110 101101

Color Harmonies of #509482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509482

Black with #509482

Text Example


Text Example

White with #509482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509482; }

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

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

background-color css

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

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

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

border-color css

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

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

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