Html Css Color HEX #509A8A Lochinvar

📋 copy color: '#509A8A'

red 80 ◦ green 154 ◦ blue 138

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

Shades of Lochinvar #509A8A

Tints of Lochinvar #509A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.4%

 BLUE value IS 138 (54.3% from 255) = 37.1%

R = 21.51%
G = 41.4%
B = 37.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#509A8A (or 0x509A8A) is known color: Lochinvar. HEX triplet: 50, 9A and 8A. RGB value is (80,154,138). Sum of RGB (Red+Green+Blue) = 80+154+138=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 154 - color contains mainly: green. Hex color #509A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509A8A is #AF6575. Grayscale: #828282. Windows color (decimal): -11494774 or 9083472. OLE color: 9083472.

HSL color Cylindrical-coordinate representation of color #509A8A: hue angle of 167.03º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A8A is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 138 -
CMYK 0.48 0 0.10 0.40
HSL 167.03º 0.32% 0.46% -
HSV(B) 167.03º 0.48% 0.6% -
XYZ 19.45 26.65 28.16 -
YUV 130.05 132.48 92.3 -
System Red Green Blue C M Y K H S L
Decimal 80 154 138 0.48 0 0.10 0.40 167.03 0.32 0.46
Hex 50 9A 8A 30 0 A 28 A7 20 2E
Octal 120 232 212 60 0 12 50 247 40 56
Binary 1010000 10011010 10001010 110000 0 1010 101000 10100111 100000 101110

Color Harmonies of #509A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A8A

Black with #509A8A

Text Example


Text Example

White with #509A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509A8A; }

 p { color: rgb(80,154,138); }

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

background-color css

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

 a { background-color: rgb(80,154,138); }

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

border-color css

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

 span { border-color: rgb(80,154,138); }

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