Html Css Color HEX #509084 Lochinvar

📋 copy color: '#509084'

red 80 ◦ green 144 ◦ blue 132

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

Shades of Lochinvar #509084

Tints of Lochinvar #509084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.45%

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

R = 22.47%
G = 40.45%
B = 37.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#509084 (or 0x509084) is known color: Lochinvar. HEX triplet: 50, 90 and 84. RGB value is (80,144,132). Sum of RGB (Red+Green+Blue) = 80+144+132=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #509084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509084 is #AF6F7B. Grayscale: #7B7B7B. Windows color (decimal): -11497340 or 8687696. OLE color: 8687696.

HSL color Cylindrical-coordinate representation of color #509084: hue angle of 168.75º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #509084 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 132 -
CMYK 0.44 0 0.08 0.44
HSL 168.75º 0.29% 0.44% -
HSV(B) 168.75º 0.44% 0.56% -
XYZ 17.45 23.32 25.41 -
YUV 123.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 80 144 132 0.44 0 0.08 0.44 168.75 0.29 0.44
Hex 50 90 84 2C 0 8 2C A9 1D 2C
Octal 120 220 204 54 0 10 54 251 35 54
Binary 1010000 10010000 10000100 101100 0 1000 101100 10101001 11101 101100

Color Harmonies of #509084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509084

Black with #509084

Text Example


Text Example

White with #509084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509084; }

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

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

background-color css

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

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

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

border-color css

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

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

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