Html Css Color HEX #509A8F Lochinvar

📋 copy color: '#509A8F'

red 80 ◦ green 154 ◦ blue 143

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

Shades of Lochinvar #509A8F

Tints of Lochinvar #509A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 21.22%
G = 40.85%
B = 37.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#509A8F (or 0x509A8F) is known color: Lochinvar. HEX triplet: 50, 9A and 8F. RGB value is (80,154,143). Sum of RGB (Red+Green+Blue) = 80+154+143=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #509A8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509A8F is #AF6570. Grayscale: #828282. Windows color (decimal): -11494769 or 9411152. OLE color: 9411152.

HSL color Cylindrical-coordinate representation of color #509A8F: hue angle of 171.08º 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 #509A8F is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 143 -
CMYK 0.48 0 0.07 0.40
HSL 171.08º 0.32% 0.46% -
HSV(B) 171.08º 0.48% 0.6% -
XYZ 19.82 26.8 30.11 -
YUV 130.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 80 154 143 0.48 0 0.07 0.40 171.08 0.32 0.46
Hex 50 9A 8F 30 0 7 28 AB 20 2E
Octal 120 232 217 60 0 7 50 253 40 56
Binary 1010000 10011010 10001111 110000 0 111 101000 10101011 100000 101110

Color Harmonies of #509A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A8F

Black with #509A8F

Text Example


Text Example

White with #509A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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