Html Css Color HEX #509A85 Lochinvar

📋 copy color: '#509A85'

red 80 ◦ green 154 ◦ blue 133

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

Shades of Lochinvar #509A85

Tints of Lochinvar #509A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 21.8%
G = 41.96%
B = 36.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#509A85 (or 0x509A85) is known color: Lochinvar. HEX triplet: 50, 9A and 85. RGB value is (80,154,133). Sum of RGB (Red+Green+Blue) = 80+154+133=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #509A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509A85 is #AF657A. Grayscale: #818181. Windows color (decimal): -11494779 or 8755792. OLE color: 8755792.

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

Color convert

RGB 80 154 133 -
CMYK 0.48 0 0.14 0.40
HSL 162.97º 0.32% 0.46% -
HSV(B) 162.97º 0.48% 0.6% -
XYZ 19.1 26.51 26.3 -
YUV 129.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 80 154 133 0.48 0 0.14 0.40 162.97 0.32 0.46
Hex 50 9A 85 30 0 E 28 A3 20 2E
Octal 120 232 205 60 0 16 50 243 40 56
Binary 1010000 10011010 10000101 110000 0 1110 101000 10100011 100000 101110

Color Harmonies of #509A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A85

Black with #509A85

Text Example


Text Example

White with #509A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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