Html Css Color HEX #509F94 Lochinvar

📋 copy color: '#509F94'

red 80 ◦ green 159 ◦ blue 148

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

Shades of Lochinvar #509F94

Tints of Lochinvar #509F94

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.09%

 BLUE value IS 148 (58.2% from 255) = 38.24%

R = 20.67%
G = 41.09%
B = 38.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#509F94 (or 0x509F94) is known color: Lochinvar. HEX triplet: 50, 9F and 94. RGB value is (80,159,148). Sum of RGB (Red+Green+Blue) = 80+159+148=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #509F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F94 is #AF606B. Grayscale: #868686. Windows color (decimal): -11493484 or 9740112. OLE color: 9740112.

HSL color Cylindrical-coordinate representation of color #509F94: hue angle of 171.65º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F94 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 159 148 -
CMYK 0.50 0 0.07 0.38
HSL 171.65º 0.33% 0.47% -
HSV(B) 171.65º 0.5% 0.62% -
XYZ 21.05 28.64 32.44 -
YUV 134.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 80 159 148 0.50 0 0.07 0.38 171.65 0.33 0.47
Hex 50 9F 94 32 0 7 26 AC 21 2F
Octal 120 237 224 62 0 7 46 254 41 57
Binary 1010000 10011111 10010100 110010 0 111 100110 10101100 100001 101111

Color Harmonies of #509F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F94

Black with #509F94

Text Example


Text Example

White with #509F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,159,148); }

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

background-color css

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

 a { background-color: rgb(80,159,148); }

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

border-color css

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

 span { border-color: rgb(80,159,148); }

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