Html Css Color HEX #509D92 Lochinvar

📋 copy color: '#509D92'

red 80 ◦ green 157 ◦ blue 146

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

Shades of Lochinvar #509D92

Tints of Lochinvar #509D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

 BLUE value IS 146 (57.42% from 255) = 38.12%

R = 20.89%
G = 40.99%
B = 38.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#509D92 (or 0x509D92) is known color: Lochinvar. HEX triplet: 50, 9D and 92. RGB value is (80,157,146). Sum of RGB (Red+Green+Blue) = 80+157+146=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #509D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509D92 is #AF626D. Grayscale: #848484. Windows color (decimal): -11493998 or 9608528. OLE color: 9608528.

HSL color Cylindrical-coordinate representation of color #509D92: hue angle of 171.43º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D92 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 157 146 -
CMYK 0.49 0 0.07 0.38
HSL 171.43º 0.32% 0.46% -
HSV(B) 171.43º 0.49% 0.62% -
XYZ 20.55 27.89 31.5 -
YUV 132.72 135.49 90.39 -
System Red Green Blue C M Y K H S L
Decimal 80 157 146 0.49 0 0.07 0.38 171.43 0.32 0.46
Hex 50 9D 92 31 0 7 26 AB 20 2E
Octal 120 235 222 61 0 7 46 253 40 56
Binary 1010000 10011101 10010010 110001 0 111 100110 10101011 100000 101110

Color Harmonies of #509D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D92

Black with #509D92

Text Example


Text Example

White with #509D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,157,146); }

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

background-color css

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

 a { background-color: rgb(80,157,146); }

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

border-color css

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

 span { border-color: rgb(80,157,146); }

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