Html Css Color HEX #509385 Lochinvar

📋 copy color: '#509385'

red 80 ◦ green 147 ◦ blue 133

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

Shades of Lochinvar #509385

Tints of Lochinvar #509385

RGB

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

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

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

R = 22.22%
G = 40.83%
B = 36.94%

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

#509385 (or 0x509385) is known color: Lochinvar. HEX triplet: 50, 93 and 85. RGB value is (80,147,133). Sum of RGB (Red+Green+Blue) = 80+147+133=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #509385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509385 is #AF6C7A. Grayscale: #7D7D7D. Windows color (decimal): -11496571 or 8754000. OLE color: 8754000.

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

Color convert

RGB 80 147 133 -
CMYK 0.46 0 0.10 0.42
HSL 167.46º 0.3% 0.45% -
HSV(B) 167.46º 0.46% 0.58% -
XYZ 17.98 24.27 25.93 -
YUV 125.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 80 147 133 0.46 0 0.10 0.42 167.46 0.3 0.45
Hex 50 93 85 2E 0 A 2A A7 1E 2D
Octal 120 223 205 56 0 12 52 247 36 55
Binary 1010000 10010011 10000101 101110 0 1010 101010 10100111 11110 101101

Color Harmonies of #509385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509385

Black with #509385

Text Example


Text Example

White with #509385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509385; }

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

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

background-color css

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

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

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

border-color css

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

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

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