Html Css Color HEX #509483 Lochinvar

📋 copy color: '#509483'

red 80 ◦ green 148 ◦ blue 131

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

Shades of Lochinvar #509483

Tints of Lochinvar #509483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.49%

R = 22.28%
G = 41.23%
B = 36.49%

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

#509483 (or 0x509483) is known color: Lochinvar. HEX triplet: 50, 94 and 83. RGB value is (80,148,131). Sum of RGB (Red+Green+Blue) = 80+148+131=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #509483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509483 is #AF6B7C. Grayscale: #7D7D7D. Windows color (decimal): -11496317 or 8623184. OLE color: 8623184.

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

Color convert

RGB 80 148 131 -
CMYK 0.46 0 0.11 0.42
HSL 165º 0.3% 0.45% -
HSV(B) 165º 0.46% 0.58% -
XYZ 17.99 24.52 25.26 -
YUV 125.73 130.97 95.38 -
System Red Green Blue C M Y K H S L
Decimal 80 148 131 0.46 0 0.11 0.42 165 0.3 0.45
Hex 50 94 83 2E 0 B 2A A5 1E 2D
Octal 120 224 203 56 0 13 52 245 36 55
Binary 1010000 10010100 10000011 101110 0 1011 101010 10100101 11110 101101

Color Harmonies of #509483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509483

Black with #509483

Text Example


Text Example

White with #509483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509483; }

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

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

background-color css

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

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

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

border-color css

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

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

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