Html Css Color HEX #509484 Lochinvar

📋 copy color: '#509484'

red 80 ◦ green 148 ◦ blue 132

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

Shades of Lochinvar #509484

Tints of Lochinvar #509484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.67%

R = 22.22%
G = 41.11%
B = 36.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#509484 (or 0x509484) is known color: Lochinvar. HEX triplet: 50, 94 and 84. RGB value is (80,148,132). Sum of RGB (Red+Green+Blue) = 80+148+132=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #509484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509484 is #AF6B7B. Grayscale: #7D7D7D. Windows color (decimal): -11496316 or 8688720. OLE color: 8688720.

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

Color convert

RGB 80 148 132 -
CMYK 0.46 0 0.11 0.42
HSL 165.88º 0.3% 0.45% -
HSV(B) 165.88º 0.46% 0.58% -
XYZ 18.06 24.55 25.62 -
YUV 125.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 80 148 132 0.46 0 0.11 0.42 165.88 0.3 0.45
Hex 50 94 84 2E 0 B 2A A6 1E 2D
Octal 120 224 204 56 0 13 52 246 36 55
Binary 1010000 10010100 10000100 101110 0 1011 101010 10100110 11110 101101

Color Harmonies of #509484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509484

Black with #509484

Text Example


Text Example

White with #509484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509484; }

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

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

background-color css

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

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

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

border-color css

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

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

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