Html Css Color HEX #509B85 Lochinvar

📋 copy color: '#509B85'

red 80 ◦ green 155 ◦ blue 133

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

Shades of Lochinvar #509B85

Tints of Lochinvar #509B85

RGB

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

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

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

R = 21.74%
G = 42.12%
B = 36.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#509B85 (or 0x509B85) is known color: Lochinvar. HEX triplet: 50, 9B and 85. RGB value is (80,155,133). Sum of RGB (Red+Green+Blue) = 80+155+133=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 155 - color contains mainly: green. Hex color #509B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B85 is #AF647A. Grayscale: #828282. Windows color (decimal): -11494523 or 8756048. OLE color: 8756048.

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

Color convert

RGB 80 155 133 -
CMYK 0.48 0 0.14 0.39
HSL 162.4º 0.32% 0.46% -
HSV(B) 162.4º 0.48% 0.61% -
XYZ 19.26 26.84 26.36 -
YUV 130.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 80 155 133 0.48 0 0.14 0.39 162.4 0.32 0.46
Hex 50 9B 85 30 0 E 27 A2 20 2E
Octal 120 233 205 60 0 16 47 242 40 56
Binary 1010000 10011011 10000101 110000 0 1110 100111 10100010 100000 101110

Color Harmonies of #509B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B85

Black with #509B85

Text Example


Text Example

White with #509B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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