Html Css Color HEX #509682 Lochinvar

📋 copy color: '#509682'

red 80 ◦ green 150 ◦ blue 130

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

Shades of Lochinvar #509682

Tints of Lochinvar #509682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

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

R = 22.22%
G = 41.67%
B = 36.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#509682 (or 0x509682) is known color: Lochinvar. HEX triplet: 50, 96 and 82. RGB value is (80,150,130). Sum of RGB (Red+Green+Blue) = 80+150+130=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #509682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509682 is #AF697D. Grayscale: #7E7E7E. Windows color (decimal): -11495806 or 8558160. OLE color: 8558160.

HSL color Cylindrical-coordinate representation of color #509682: hue angle of 162.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509682 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 130 -
CMYK 0.47 0 0.13 0.41
HSL 162.86º 0.3% 0.45% -
HSV(B) 162.86º 0.47% 0.59% -
XYZ 18.24 25.13 25.01 -
YUV 126.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 80 150 130 0.47 0 0.13 0.41 162.86 0.3 0.45
Hex 50 96 82 2F 0 D 29 A3 1E 2D
Octal 120 226 202 57 0 15 51 243 36 55
Binary 1010000 10010110 10000010 101111 0 1101 101001 10100011 11110 101101

Color Harmonies of #509682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509682

Black with #509682

Text Example


Text Example

White with #509682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509682; }

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

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

background-color css

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

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

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

border-color css

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

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

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