Html Css Color HEX #509383 Lochinvar

📋 copy color: '#509383'

red 80 ◦ green 147 ◦ blue 131

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

Shades of Lochinvar #509383

Tints of Lochinvar #509383

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 22.35%
G = 41.06%
B = 36.59%

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

#509383 (or 0x509383) is known color: Lochinvar. HEX triplet: 50, 93 and 83. RGB value is (80,147,131). Sum of RGB (Red+Green+Blue) = 80+147+131=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #509383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509383 is #AF6C7C. Grayscale: #7D7D7D. Windows color (decimal): -11496573 or 8622928. OLE color: 8622928.

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

Color convert

RGB 80 147 131 -
CMYK 0.46 0 0.11 0.42
HSL 165.67º 0.3% 0.45% -
HSV(B) 165.67º 0.46% 0.58% -
XYZ 17.84 24.21 25.21 -
YUV 125.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 80 147 131 0.46 0 0.11 0.42 165.67 0.3 0.45
Hex 50 93 83 2E 0 B 2A A6 1E 2D
Octal 120 223 203 56 0 13 52 246 36 55
Binary 1010000 10010011 10000011 101110 0 1011 101010 10100110 11110 101101

Color Harmonies of #509383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509383

Black with #509383

Text Example


Text Example

White with #509383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509383; }

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

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

background-color css

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

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

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

border-color css

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

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

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