Html Css Color HEX #509B92 Lochinvar

📋 copy color: '#509B92'

red 80 ◦ green 155 ◦ blue 146

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

Shades of Lochinvar #509B92

Tints of Lochinvar #509B92

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.68%

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

R = 21%
G = 40.68%
B = 38.32%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#509B92 (or 0x509B92) is known color: Lochinvar. HEX triplet: 50, 9B and 92. RGB value is (80,155,146). Sum of RGB (Red+Green+Blue) = 80+155+146=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #509B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B92 is #AF646D. Grayscale: #838383. Windows color (decimal): -11494510 or 9608016. OLE color: 9608016.

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

Color convert

RGB 80 155 146 -
CMYK 0.48 0 0.06 0.39
HSL 172.8º 0.32% 0.46% -
HSV(B) 172.8º 0.48% 0.61% -
XYZ 20.22 27.22 31.38 -
YUV 131.55 136.15 91.23 -
System Red Green Blue C M Y K H S L
Decimal 80 155 146 0.48 0 0.06 0.39 172.8 0.32 0.46
Hex 50 9B 92 30 0 6 27 AD 20 2E
Octal 120 233 222 60 0 6 47 255 40 56
Binary 1010000 10011011 10010010 110000 0 110 100111 10101101 100000 101110

Color Harmonies of #509B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B92

Black with #509B92

Text Example


Text Example

White with #509B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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